2022-05-18 03:15 PM
The number of ADC channels in the spec sheet for STM32H753VIH6 is 36 ADC but I realized that in the STM32cubeMX I only can set 16 pins for ADC. How can I use 36 ADC all for individual channel measurement?
Solved! Go to Solution.
2022-05-18 04:20 PM
You really should read the Data Sheet more thoroughly, it gives counts, identifies pins. The same die is used in multiple packages, with different pin counts and availability.
2022-05-18 04:20 PM
You really should read the Data Sheet more thoroughly, it gives counts, identifies pins. The same die is used in multiple packages, with different pin counts and availability.
2022-05-18 04:30 PM
You'd want the STM32H753XI in the TFBGA240+25 package
2022-05-18 04:30 PM
Oh...I see.. So, it is impossible..
2022-05-19 06:59 AM
STM32H753AI may be useful due to the chip size. Thank you!