Hello Sir,
We are using nRF52832 chip and Softdevice is S132. Is it possible to sample an analog signal using internal ADC conversion using 4096Hz?. Its look like it does at 3900Hz.
Thanks in Advance..
Hello Sir,
We are using nRF52832 chip and Softdevice is S132. Is it possible to sample an analog signal using internal ADC conversion using 4096Hz?. Its look like it does at 3900Hz.
Thanks in Advance..
Hi,
If you trigger sampling through PPI on an RTC event, it should be possible to achieve 4096 Hz. The RTC runs at 32.768 kHz, and a CC value of 8 should give you your desired frequency. If you are triggering sampling from interrupt event, the softdevice might delay sampling if higher priority events occurs, giving you a lower sample rate than expected.
Note this issue if you are triggering sampling through PPI, and have multiple SAADC channels enabled.
[EDIT]: Added main.c file that implements sampling triggered by RTC over PPI in ble_app_uart__saadc_timer_driven__scan_mode example: main.c
Best regards,
Jørgen
Yes i debugging my code and it return error code is 133 can you tell me what is meaning of this error code. This error is in static void lfclk_config(void) function. I am using sdk 13.1 and soft device is S132 for nRF52832 using eclipse IDE. can you suggest me what should i do.. Thanks...for your quick reply.
Yes i debugging my code and it return error code is 133 can you tell me what is meaning of this error code. This error is in static void lfclk_config(void) function. I am using sdk 13.1 and soft device is S132 for nRF52832 using eclipse IDE. can you suggest me what should i do.. Thanks...for your quick reply.