2023-12-09 03:53 AM
how to use multiple adc in stm32f746zg nucleo board
2023-12-09 12:07 PM
Here is one example:
2023-12-11 07:53 PM
sir i am using stm32f746zg nucleo board and i dont want to use in dma mode i want to use in normal mode and how to configure in .ioc file using 2 adc in single channel
2023-12-12 07:16 AM
Before trying to use two ADC, have you successfully managed to use each one on its own?
If you configure two ADCs in the IOC file, it should generate code for each one.
2023-12-12 08:10 AM
Convert a single channel. Then change channels, and convert the second one.
You cannot effectively convert a sequence without using DMA.