Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
6 years, 2 months ago.
Dragino Lora Sensor node LSN50 board
I indent using the Dragino Lora node LSN50, with STM32L072CZT6 MCU and SX1276/78 Wireless Chip, can I use the compiler for this platform? Can I create
http://wiki.dragino.com/index.php?title=LoRa_Sensor_Node-LSN50
1 Answer
6 years, 2 months ago.
Hi Johann, Based on the wiki page, the module uses STM32L072CZT6. If you look through targets.json (https://github.com/ARMmbed/mbed-os/blob/master/targets/targets.json) on mbed-os, DISCO_L072CZ_LRWAN1 has labels pertaining to STM32L072CZ.
Hence you may be able to build for your target by using -m DISCO_L072CZ_LRWAN1 option. example (using CLI): mbed compile -m DISCO_L072CZ_LRWAN1 -t GCC_ARM.
Let us know if you have any questions.
Thanks,
Naveen, team mbed.