2024-11-11 07:44 PM - edited 2024-11-11 07:49 PM
Hi,
I am a novice, just started to learn the STM32WLxx series, at the beginning with NUCLEO-WL55JC1 DK routine running no problem, for another STM32WLE5CCU6 module, on the basis of routine adaptation, has been unable to do. It is officially introduced that stm32cubewl-v1-3-0 can be used for the development of STM32WL series chips, but only B-WL5M SUBG1/NUCLEO-WL55JC/NUCLEO-WL55JC1 can be seen in the Projects folder, so the following problems need to be confirmed
1. Assuming there is no problem with the hardware, Can the STM32WLE5xx series run the 'STM32Cube_FW_WL_V1.3.0\Projects\NUCLEO-WL55JC\Applications\SubGHz_Phy\SubGHz_Phy_PingPong' routine?
2. If the answer to question 1 is yes, then I have made the following changes as usual. Is there a problem?
1) Change the macro definition of STM32WL55xx to STM32WLE5xx
2) Change startup_stm32wl55xx_cm4.s to startup_stm32wle5xx.s
3) Change stm32wl55xx_flash_cm4 to stm32wle5xx_flash.
I hope to get your help.
Best wishes!
Solved! Go to Solution.
2024-11-17 06:59 PM
After comparing the other hardware board, I think it must be my hardware. I tested that the STM32WLE5 can run the STM32WL55 project without any modification
2024-11-17 06:59 PM
After comparing the other hardware board, I think it must be my hardware. I tested that the STM32WLE5 can run the STM32WL55 project without any modification