2022-05-25 06:40 PM
Hi All.
I am building a function using ADC with DMA.
what i did in the while loop is just toggling a GPIO Pin.
but it seems that the while loop will be interrupted when ADC is triggered.
does it means that when ADC is triggered, while loop will be stopped until AD conversion is done?
2022-05-26 04:05 AM
How about showing the code in question?