Hello!
I am using an saadc examole to get sensor value using AIN3 and sending it on ble but now i want to make it interrupt base example can someone help me out how to do this????.
Thanks.
Hello!
I am using an saadc examole to get sensor value using AIN3 and sending it on ble but now i want to make it interrupt base example can someone help me out how to do this????.
Thanks.
Hi,
You can find a interrupt based SAADC + BLE example in this GitHub repository. The example samples multiple SAADC input channels, but you can disable the channels that you do not need.
Best regards,
Jørgen
can u help to understand where is Interrupt defined in this example and how its using interrupt and where is its interrupt handler. i am using the same example but i want that when interrupt occurs using ticks of timer it sends data over ble and uart also .i thnk its only doind adc on interrupt but i also dont knoe where.???
can u help to understand where is Interrupt defined in this example and how its using interrupt and where is its interrupt handler. i am using the same example but i want that when interrupt occurs using ticks of timer it sends data over ble and uart also .i thnk its only doind adc on interrupt but i also dont knoe where.???
Hi!
I also wanted to ask that u have written previously IRQ handler calls the saadc callback where is that IRQ handdler which calls saadc callback???
I linked to the IRQHandler in the SAADC driver in my previous comment.