How do I convert a Nucleo-F401RE example for use on a STM32WB55 Board?
Can anyone offer any guidance on the best way to port an existing application from one stm32 nucleo to a different stm32 nucleo? Specifically I would like to use the People Counting example written for the Nucleo-F401RE and X-Nucleo-53L1A1 ToF sensor expansion board on the P-Nucleo WB55. My understanding is because both run applications on the M4 chip I should be able to operate the application on both boards. I found a 6 year old youtube video ( https://www.youtube.com/watch?v=YU4jivUZJm8 ) that is somewhat helpful but I think that I have some knowledge gaps.
One particular point of concern is the interrupt files. I'm not sure if I should try reworking the file used in the original code, grabbing one from a working example for the WB55, or generating a whole new interrupt file using STM32CubeMX
Any suggestions or resources you can provide on the topic are extremely helpful. Thanks!
