2024-10-18 06:13 AM - edited 2024-10-18 06:15 AM
(STM32F407)
I use an ADC with 2 channels, I should use that way. I want to save the bits separately, like in the example below. How should I configure MINC?
Is MINC working like this?
After the first conversion is complete:
The value of Channel 1 is written to adc_buffer[0][0].
The value of Channel 2 is written to adc_buffer[1][0].
After the second conversion is complete:
The value of Channel 1 is written to adc_buffer[0][1].
The value of Channel 2 is written to adc_buffer[1][1].
also if ı need a extra configuration plesa tell me