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

multilink example and uart problems

Hi.

I have interesting UART problem in Ubuntu. The multilink example only outputs one character at time, and line change doesn't change line. However if I flash another image (based on hrt example), the trace outputs correctly.

I've crosschecked the nrf_drv_config.h and it's identical (except that in the working image I've got twi0 enabled). Both use same SDK (11), HW used is same, so is everyting related to UART. Also makefile CFLAGS and ASMFLAGS are identical. Softdevice is same in both images.

I've now went so far, that I've removed everything else but NRF_LOG_INIT macro in initialization and trace output & led togging in main loop. Nothing else is executed (two leds toggle ok periodically), but trace. Still only one character.

In neither case I can see no USB errors in dmesg.

Ideas?

Related