ā2020-06-09 05:06 PM
I have an EWARM project written for STM32F103 which I want to convert it for STM32F405. It looks like the names for the peripheral functions are very different between 1xx and 4xx. Does anyone have any good suggestions?
ā2020-06-09 05:11 PM
Well if the F1 used SPL and you're looking at HAL they will be very different.
There is an SPL for F2/F4 parts, it is very solid, but ST has deprecated it for HAL/CubeMX, which has an entirely different paradigm.
If you plan on using HAL you're best to just start from scratch, and hope your core functionality is suitably abstracted from the hardware.
ā2020-06-09 05:17 PM
Thank you for the quick response. It is very helpful:grinning_face: