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

Softdevice block register access

Hi, I worked with temp sensor example and sofdevice s110 and something stuck on some function. Anyway, I made readout from registers but softdevice blocks register access and code fail. When I delete softdevice I can read temperature easy. Is there any way to prevent softdevice blocking register access?

Parents Reply
  • Which is why I said "if you read the documentation for the softdevice' and 'you can only use it via the softdevices temperature functions'.

    Obviously all the peripherals on the chip are available if yours is the only code running, the softdevice uses some resources itself and re-exports them via functions. Again I recommend reading the documentation.

Children
No Data
Related