Help with P-Nucleo LRWAN2 for Point-to-Point Communication: Undefined Reference Error"
Hello,
I am working on a point-to-point communication project using the P-Nucleo LRWAN2 board package. In this setup:
- The NUCLEO-L073RZ acts as the transmitter.
- The NUCLEO-F746ZGT6 acts as the receiver.
I have downloaded the LoRaWAN package for STM32Cube provided by ST, but I am facing difficulties using the library in STM32CubeIDE.
Here’s what I’ve done so far:
- I created a new project in STM32CubeIDE.
- I started copying the .c and .h files from the LoRaWAN package into my project.
- I included the necessary header files, but I am still getting "undefined reference" errors during the build process.
Could someone guide me on the correct way to integrate the LoRaWAN library with STM32CubeIDE? I’m not sure if I’m missing any specific configurations or additional steps to properly set up the project for point-to-point communication.
Thanks for your help!
Inc and Src Folder
Console
main.c file
https://www.st.com/en/evaluation-tools/p-nucleo-lrwan2.html https://www.st.com/en/embedded-software/i-cube-lrwan.html#overview
