Open SloMusti opened 6 years ago
I can't implement this code as "UartContext is not declared" but it would be useful to communicate with gps.
I'll try to perform the code
I have tried to see if UART TX is working at all and even using the function UartMcuPutChar that is implemented will hang the processor.
UartMcuPutBuffer function is missing from the code, it is defined in uart_board.h but is not present in the .c file, thus some things can not be done, like writing to GPS
Code should be here: https://github.com/jcaridadhdez/RAK811-tracker/blob/fe20239e4aa517b8d420e8739d666079ee524749/src/RAK811BreakBoard/uart-board.c#L199
I have tried adding the missing function, however I mange to hang the board by doing so: