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
  • (2/2) ... but you are right, nRF5_SDK_14.0.0_3bcc1f7\examples\peripheral\temperature project as all the rest in nRF5_SDK_14.0.0_3bcc1f7\examples\peripheral folder doesn't use any of them. So now back to your question: you wither don't use nRF5 SDK v14.0.0 (because there is no project nRF5_SDK_14.0.0_3bcc1f7\examples\peripheral\temperature\pca10028) or you don't use PCA10028 target. Btw. once you settle down on what version you use (I recommend to stick with SDK v12.3.0 which is the last one officially supporting nRF51) I recommend to make the project work on genuine nRF51 DK board (PCA10028) or similar. Once you are sure that everything is under control then you can move to custom/different module easily.

Reply
  • (2/2) ... but you are right, nRF5_SDK_14.0.0_3bcc1f7\examples\peripheral\temperature project as all the rest in nRF5_SDK_14.0.0_3bcc1f7\examples\peripheral folder doesn't use any of them. So now back to your question: you wither don't use nRF5 SDK v14.0.0 (because there is no project nRF5_SDK_14.0.0_3bcc1f7\examples\peripheral\temperature\pca10028) or you don't use PCA10028 target. Btw. once you settle down on what version you use (I recommend to stick with SDK v12.3.0 which is the last one officially supporting nRF51) I recommend to make the project work on genuine nRF51 DK board (PCA10028) or similar. Once you are sure that everything is under control then you can move to custom/different module easily.

Children
No Data
Related