2021-10-22 01:02 AM
2021-10-22 01:11 AM
Yes it is.
In CubeMX you can see what external triggers could the ADC have.
Im sure there is a better way to address your problem but you could trigger the ADC with a "Regular Conversion Launched by software" inside your EXTINT callback
Then you can just configure the DMA to take care of the ADC readings as they come
2021-10-22 01:11 AM
Yes it is.
In CubeMX you can see what external triggers could the ADC have.
Im sure there is a better way to address your problem but you could trigger the ADC with a "Regular Conversion Launched by software" inside your EXTINT callback
Then you can just configure the DMA to take care of the ADC readings as they come
2021-10-22 01:48 AM
Thank you very much @Javier Muñoz . I will try this out