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

Register level programming

I want to try register level programming of Nrf52832 i.e low level programming.  I referred your This GitHub repository  but there are sill some libraries used . Is there any other document ?

Parents Reply
  • exactly the same way that you'd read/write registers on any microcontroller.

    If you're not already familiar with register-level programming on microcontrollers, I would strongly suggest that it would be far better to learn that on a "normal" microcontroller than on an nRF52 - with all its added complications.

    Note that there are some restrictions on what registers you can directly access when using the SoftDevice (the protocol stack)

Children
Related