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
  • No no no my dear friend, there are only PCA10040 and PCA10056 targets in SDK v14.0.0 and these are indeed (similar to PCA10036) all nRF52 targets (as you can learn when opening them or on Nordic Infocenter here, here and here). Yes, PCA10028 is nRF51 DK but there is no pre-compiled or prepared project for it since SDK v13.0.0 that's why I asked what do you use. Regarding RTOS vs. "bare metal" I meant if you use SoftDevice (which is RTOS on its own) or not (rather then any freeRTOS or similar inside your app part) (1/2)

Reply
  • No no no my dear friend, there are only PCA10040 and PCA10056 targets in SDK v14.0.0 and these are indeed (similar to PCA10036) all nRF52 targets (as you can learn when opening them or on Nordic Infocenter here, here and here). Yes, PCA10028 is nRF51 DK but there is no pre-compiled or prepared project for it since SDK v13.0.0 that's why I asked what do you use. Regarding RTOS vs. "bare metal" I meant if you use SoftDevice (which is RTOS on its own) or not (rather then any freeRTOS or similar inside your app part) (1/2)

Children
No Data
Related