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

PPi together with S110

Good morning,

i still couldnt find out if it is possible or recommended to use the PPI together with the s110. i checked the example in the sdk documentation but it was completely without the use of the softdevice.

Do the softdevice might use the ppi internally so that i dont need to program it myself?

Greets Matthias

Parents
  • It depends what you want to use based on PPI. If you want to use PWM with S110 Enabled, then take a look one nrf PWM library + S110 enabled, else you have to use those timers which are free and those PPI channels which are not restricted while S110 is enabled. These details you can get from S110 Spec sheet and from NRF51 datasheet. PPI can be used with S110 enabled. S110 occupies some resources when it is enabled, thus you have to be aware what PPI channels are free for application purpose.

    Edit: Oh, Already answered.

Reply
  • It depends what you want to use based on PPI. If you want to use PWM with S110 Enabled, then take a look one nrf PWM library + S110 enabled, else you have to use those timers which are free and those PPI channels which are not restricted while S110 is enabled. These details you can get from S110 Spec sheet and from NRF51 datasheet. PPI can be used with S110 enabled. S110 occupies some resources when it is enabled, thus you have to be aware what PPI channels are free for application purpose.

    Edit: Oh, Already answered.

Children
No Data
Related