Hi,
I tried to implement the UART in my code, based on the UART example code. Just as in the example, I first define the struct with the pin numbers:
The pins in this struct are after initialization: 8, 6, 5 and 7 (respectively) just as in the example code. After initializing the rest of my peripherals, I try to initialize the UART (with FIFO):
But this command returns the error code 0x08. When I debug at the "APP_UART_FIFO_INIT" command and step into the command app_uart_init, the values of comm_params have really fancy values as shown in the picture below.
I assume this might have something to do with the error?
I've already seen some similar issues that other people had. When I turn off the nRF_Log, it still does not work.
Thank you kindly for your help.