This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF5 temperature example uart problem

I cannot get the output from the is the example the UART buffer gets filled but there is no output to the tty.

The interrupts seem to be set, but I don't see the interrupt routine so there is no way that I can debug this

Any help would be appreciated

Thank you

Parents
  • Logical analyzer is great thing to debug SW problems!;) Forget about any loosy step-by-step programs, start from minimal FW and just play with GPIO lines' (PINs) values. If you reach that point then you know your FW boots on the HW correctly and you can go on easily. If you still insist on halt/step/run debugger then see tutorials by Nordic and others here and on blog zone.

Reply
  • Logical analyzer is great thing to debug SW problems!;) Forget about any loosy step-by-step programs, start from minimal FW and just play with GPIO lines' (PINs) values. If you reach that point then you know your FW boots on the HW correctly and you can go on easily. If you still insist on halt/step/run debugger then see tutorials by Nordic and others here and on blog zone.

Children
No Data
Related