2025-03-03 3:55 AM - last edited on 2025-03-03 4:48 AM by STTwo-32
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.
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
2025-03-03 5:07 AM
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.