2019-01-30 03:29 AM
I have an FreeRTOS example running on STM32F429I-DISCOVERY/NUCLEO-F429ZI, which has the STM32F429ZITx MCU inside. But I wish to port this to a new MCU (STM32F429VITx). How do I do it?
The main difference between the two MCUs is:
I understand the HAL libraries will be the same (won't they?). Just the pin configs will change. Am I right?
Solved! Go to Solution.
2019-01-30 04:19 AM
Both CPU have the same MCU chip. So yes, just pinout changes.
2019-01-30 04:19 AM
Both CPU have the same MCU chip. So yes, just pinout changes.