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

Problems with PPI groups + S132

I have problem with PPI on NRF52832 (SDK 13.1.0, softdevice S132 4.0.2).

  1. Programmable peripheral interconnect (PPI) usage by Softdevice S132 according to infocenter.
  2. Reservation of PPI is defined in components/softdevice/s132/headers/nrf_sd_def.h. There is macro SD_PPI_GROUPS_USED, which is equal to 0xC.
  3. My application doesn't work with group #0.

So, according to infocenter we can use PPI groups 0..3. But SDK allow to use 0,1,4,5. And it's look like there is problems with group 0.

Any hints?

Related