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-07 07:52 AM
Hello @Foreen ,
The STM32WLE5C8 has 64KB flash (instead of 256KB for STM32WL55JC). You don't have enough space to have BFU implementation here.
Best regards
Jocelyn