2021-07-22 11:45 PM
I'm using NUCLEO_L073RZ with LRWAN NS1 which included in P-NUCLEO LRWAN 3.
I tried to communicate two end devices with SubGhz_Phy project in STM32CubeExpansion_LRWAN_V2.0.0, but it doesn't work.
It seems to using SPI, but MOSI(PA7) and MISO(PA6) is connected with LIS3MDL and NSS(PB6) and CLK(PA5) is not connected to anywhere.
Am I using wrong project, or missed somthing?
Sorry for my English.
Solved! Go to Solution.
2021-07-23 02:37 AM
Hello @CKim.8 and welcome to the Community :)
It seems there is an issue with I-CUBE-LRWAN and fixes will be integrated in the new package released version.
The root cause of the problem : the missing "sys_conf.h" header file in uart.c, in addition to there was a memory allocation problem.
Please have a look at this post for more details, which contains the fixes proposed by JCOUP in his last comments, and check if you have the same conditions as described.
Hope this helps you!
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-07-23 02:37 AM
Hello @CKim.8 and welcome to the Community :)
It seems there is an issue with I-CUBE-LRWAN and fixes will be integrated in the new package released version.
The root cause of the problem : the missing "sys_conf.h" header file in uart.c, in addition to there was a memory allocation problem.
Please have a look at this post for more details, which contains the fixes proposed by JCOUP in his last comments, and check if you have the same conditions as described.
Hope this helps you!
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-07-23 06:05 AM
Are the LRWAN-NS1 boards available individually? RisingHF RHF0M003-LF20
2021-07-25 04:11 PM
Thanks for your answer.