I am trying to sample the ADC every 8ms. During BLE transmission, the CPU will be blocked, therefore limiting the sampling frequency of the ADC?
I am trying to sample the ADC every 8ms. During BLE transmission, the CPU will be blocked, therefore limiting the sampling frequency of the ADC?
There should be no problem, as 8ms is not really demanding interval. SAADC has access to EasyDMA also. Sampling can be triggered ex. by timer, and acquisition does not need any CPU operation. I am doing 3 channels in 3ms interval without any problems, during BLE connection ofc.
There should be no problem, as 8ms is not really demanding interval. SAADC has access to EasyDMA also. Sampling can be triggered ex. by timer, and acquisition does not need any CPU operation. I am doing 3 channels in 3ms interval without any problems, during BLE connection ofc.