2020-06-16 04:10 AM
Currently, we are testing whether smoke and fire will occur when adjacent I/O ports are shorted. If the internal structure is the same, we think that a representative set of tests is sufficient. However, if the internal structure is different, then all I/O ports must be tested.
Is the I/O port of the STM32F429VET the same from this point of view?
Solved! Go to Solution.
2020-06-16 05:55 AM
Most GPIO pins are the same, but there are some differences. PC13-15 and PH0-1. But unless you're shorting 3V3 to GND, nothing bad should happen. And even then, the chip will likely just reset and start working again when the short is removed.
2020-06-16 04:22 AM
The datasheet explains the different IO Structures. Read carefully!
2020-06-16 05:55 AM
Most GPIO pins are the same, but there are some differences. PC13-15 and PH0-1. But unless you're shorting 3V3 to GND, nothing bad should happen. And even then, the chip will likely just reset and start working again when the short is removed.