2022-11-24 05:22 AM
In my project I want to read 16 Analog Inputs (0-3V) and then according to the data changes I want to control 32 MOSFETS which can be controlled by 16 digital output (logic output 1 and 0) and NOT gate with dead time between On/OFF.
Can Nucleo-H743ZI2 (144) board read 16 Analog In (0-3V) and apply some logic according to data read and then use 16 GPIO for logic output (1 and 0) to control 32 MOSFETS with dead time and using NOT gate?
2022-11-24 05:30 AM
It would surprise me if it could get 16 ADC, but you'll need to do your own due diligence.
Pull the schematic and the H743 Data Sheet and walk thru the pin associativity table.
2022-11-24 06:06 AM
According to STM32 Nucleo-144 boards user manual, It shows only 9 ADC pins, is there any other board for 16 Analog inputs or is there any other way to do it?
2022-11-25 09:53 AM
Check out STM32G4 which is more analog and used in digital supply and motor control.