cancel
Showing results for 
Search instead for 
Did you mean: 

STM32WL55CCUX LoRa endnote skeleton not compiling

SeppeBudenaers
Associate

Hi, I am trying to implement a LoRa endnote skeleton on my STM32WL55CCU. I have tried a lot of different ways of generating the project but I always run into errors. I think its due to the way the code generates because the structure doesn't resemble at all the LoRa endnote Example from the nucleo wl55jc1. I also ran into a lot of problems generating the LoRa endnote Example, it can only be done through the IDE if you use MX it doesn't work.

Screenshot 2025-03-03 113314.png

So my question is there somewhere a STM32WL55CCU LoRa endnote skeleton I can download and start modifying or what am I doing wrong ? 

Thank you in advanced for your reply :)

Seppe Budenaers

1 REPLY 1
STTwo-32
ST Employee

Hello @SeppeBudenaers 

Unfortunately, the example is not available based on STM32WL55CCU since there is not any ST Evaluation board based on this MCU. So, I suggest you start your project using the STM32WL55CCU MCU and on the .ioc file of this project, set the same configuration as on the .ioc file of the Nucleo-WL55JC example. After that, you can refer to the .c/.h files of the example to know what you should add to your generated project (the structure difference should not be an issue). 

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.