2018-09-23 09:23 AM
I have L073RZ and LoRa mbed SX1272 with me. Where can i get the LoRa node code? i want to develop a node with L073RZ and SX1272.
2018-09-23 09:51 AM
ST's code is in the LRWAN libraries (it says Cube, but is just HAL code)
https://www.st.com/en/embedded-software/i-cube-lrwan.html
The alternative might be to use mbed solutions, or the Semtech stack
2018-09-23 06:47 PM
I have already download them and use the end node program. It returned an error (fatal error -> not enough space) on the linker. After checked, it linked to the wrong board (which is L053). Then i chose my board (L073RZ) instead. But, it returned too many errors (16 errors). Do u know any links for my case? i searched so many things but still no results on my application.
2018-09-23 06:57 PM
>>But, it returned too many errors (16 errors).
attach a build log so I might have some chance to see/understand what is going on.
>>i searched so many things but still no results on my application.
Yeah, it's going to be hard to find useful things, software development isn't about searching the internet for solutions and bug fixes, etc. Especially if your questions/answers have unduly vague or non-specific detail.
2018-09-23 09:07 PM
My preference would be to use Keil uV5, there should be a free license to allow use of STM32 Cortex-M0 parts.