Hello,
So I am aware the nRF52832 utilizes the ARM cortex M4 microprocessor and has 32 configurable GPIO, but I'm failing to find how to access the registers controlling these, as well as the registers controlling the timer counter registers for PWM generation. I have experience with Atmel microprocessor register accessing, but have never worked with ARM or Keil before so my experience is quite limited. Is there a datasheet going over how to access the nRF52832's GPIO, or is this just in the Cortex-M4's datasheet?
Furthermore, how similar is coding in Keil compared to coding in Segger Embedded studio?
Thanks for any help.