Hi,
in my app, I have to implement sleep between transmission running at 4Hz. On the background there is running adc, which data are collected via ppi, timer and SPI easy DMA at 50Hz. My question is how to implement sleep when timer used for triggering ppi generates events every 20ms. These timer events will wake up CPU every 20ms. Am I right? If yes, how to handle this situation? Thanks, Pepam