Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

PPI related problems

Hello,

I have few questions about PPI.

----------

1. How to configure PPI channels that runs one after the other? If yes, is there any example?

Because I have two sensors connected together using TWI with different address.

2. Can one NRF_DRV_TIMER_INSTANCE share with the other PPI channels?

Regards

Parents Reply Children
  • Thank you for the quick reply.

    I am planning to increase sensors' sampling rate from 100Hz to 800Hz which combine 8 sets of data into one sd_ble_gatts_hvx() packet in order to utilize ATT_MTU throughput. It will increases the power consumption if awaking CPU every timer interrupt to update pointer address. As your suggestion may be it is better to initiate TWI transfer using CPU to avoid the mentioned errata (which is my original approach).

    Regards

Related