2024-08-02 09:16 AM
I tried demo project from repo/STM32Cube_FW_WL_V1.3.0/Projects/B-WL5M-SUBG1/Applications/Lorawan/LoRaWAN_End_Node. i change the Region to my region on Lorawan minddleware setting on CubeMX.
After "debug as" STM32 C/C++ application and got warning "Projects using Sigfox, LoRaWAN or SubGHz_Phy may require a customized linker file." what does it means ?
What does it means? and after debug as , got many error.
I follow this video tutor from https://www.youtube.com/watch?v=yL-7YqUFl0k seems works for Nucleo-WL55.
Anyone can help ?
Solved! Go to Solution.
2024-08-06 04:22 AM
Hello @flyrobot
projects using Sigfox, LoRaWAN, or SubGHz_Phy often require a customized linker file. This is because these projects typically involve specific memory layout requirements, such as placing certain sections of code or data in specific memory regions. This should not be the source of the issues you shared on the debug verbose file.
Those problems came from:
I suggest you to refer to the end node LoRaWAN example on the STM32CubeWL to understand how to solve this.
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.
2024-08-02 10:06 AM
Hello @flyrobot and welcome to the ST Community :smiling_face_with_smiling_eyes:.
Coukd you share more details about the error you are receiving (some screenshots may help too).
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.
2024-08-02 08:01 PM
2024-08-05 06:54 PM
this is the detail, probably i missed some step ?
2024-08-06 04:22 AM
Hello @flyrobot
projects using Sigfox, LoRaWAN, or SubGHz_Phy often require a customized linker file. This is because these projects typically involve specific memory layout requirements, such as placing certain sections of code or data in specific memory regions. This should not be the source of the issues you shared on the debug verbose file.
Those problems came from:
I suggest you to refer to the end node LoRaWAN example on the STM32CubeWL to understand how to solve this.
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.