Hi all,
I tested with example uart_pac10056 (SDK16), but return error NRF_BREAKPOINT_COND.
When i debug, it show error in APP_UART_FIFO_ERROR.
Could you show my mistake ?
Thanks,
Hi all,
I tested with example uart_pac10056 (SDK16), but return error NRF_BREAKPOINT_COND.
When i debug, it show error in APP_UART_FIFO_ERROR.
Could you show my mistake ?
Thanks,
What function is it that returns APP_UART_FIFO_ERROR?
It is one of your APP_ERROR_CHECK(err_code) that receives an error if you are stopping in the NRF_BREAKPOINT_COND. Try to define DEBUG in your preprocessor defines, and your log should show you which of the APP_ERROR_CHECK() calls that received this.
Best regards,
Edvin
Thank Edvin,
I resolved problem, Pull up RX pin.
Thank you very much.
Thank Edvin,
I resolved problem, Pull up RX pin.
Thank you very much.