Migrate from STM32F207 to STM32F429
Hi all,
I am a senior developper but not so experimented with STM32 ecosystem.
I have a new board equiped with a STM32F429, which is based on an old board equiped with a STM32F207.
So I would like to re-use (and adapt) the firmware of the old board rather than develloping a new one from scratch.
Of course, the old board uses an old STM32 library and is not compatible with more recent HAL librairies.
Thus, I would need to get the library for F4 equivalent as the one I have for F2 (hopefully it exists :) )
What I have for the F2 library is a directory named ST32Lib with subdirectories
- Boards
- LwIP
- Peripherals
- Usb
- Utility
In peripherals, I have many files starting by stm32f2xx (or stm32f2x7) written by MCD Application Team. Most of them in version 1.1.2, some of them have been modified for the purpose of the firmware (example : stm32fxxx_it.c has been modified ...)
In Boards, I guess I have the main c file for F2 boards (stm32f2xx.h) + other files
...
Where and how can I rebuild the equivalent for F4 MCU, which would be compatible with my "old" firmware
Thanks a lot in advance for your help
Kind regards
Antoine