2024-06-12 10:54 AM
Hey all, I want to port this https://github.com/ArduCAM/STM32/tree/master/STM32F103 package to use for an STM32F446RE development board. Can anyone offer any advice as to the best practices of accomplishing this? Would it be modifying mapping of GPIOs, clock speed, and peripherals?
Solved! Go to Solution.
2024-06-12 11:02 AM - edited 2024-06-12 11:03 AM
Hello @DarthNecro95
I suggest you follow the recommendations of the AN3364 and AN4904 for an easy migration between STM32F1 and STM32F4.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-06-12 11:02 AM - edited 2024-06-12 11:03 AM
Hello @DarthNecro95
I suggest you follow the recommendations of the AN3364 and AN4904 for an easy migration between STM32F1 and STM32F4.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2024-06-12 11:09 AM
Pin mapping might be easier, but then other high pin count peripherals tend to only provide singular choices.
I'd make a new donor project, getting diagnostic, debug and output working, and then start merging in portions, starting with the simplest, typically GPIO's and then moving to more complex as you can build and test