2024-11-07 05:58 AM
Hello,
I want to change target of BFU_2_Slots (1_Image_BFU, 1_Image_SECoreBin and also 1_Image_UserApp) from STM32CubeWL v1.3.0 (STM32Cube_FW_WL_V1.3.0/Projects/NUCLEO-WL55JC/Applications/BFU_2_Slots) from STM32WL55JC to STM32WLE5C8, but I do not know how should I do that properly, since CubeMX file is not available in this project.
Could anybody help me, please?
Thank you.
2024-11-20 01:38 AM
Hello @Foreen ,
I don't know any documentation about this. Now the framework is quite simple to understand from the code.
For the porting, you will have to do it manually. STM32CubeMX can be still be used as a side tool to generate initialization code that you can copy in your project.
Best regards
Jocelyn