This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

nRF52 - app_trace_init() - UART RX pin issue

Hi everybody I run SDK v11 - ble_app_keyboard on nRF52-DK and wants to use UART to print log.

When I set NRF_LOG_USES_UART=1 & ENABLE_DEBUG_LOG_SUPPORT in Keil C's define and no change UART pin default setting in this code, it works well.

But when I change UART RX pin from P0.08 to P0.25 or others, I got NRF_UART->ERRORSRC = 0x08 (Read: error present) and NRF_UART0->EVENTS_ERROR = 0x01. then entry app_error_fault_handler();

Nothing to connect to P0.25.

I also tried ble_app_hrs and same setting but it works well.

Could anyone told me why? Please... Thanks

Parents Reply Children
No Data
Related