STM32L072 LoRaWAN

MÓDULOS E KITS LoRaWAN - PRIMEIROS PASSOS: LOM204A - Programando o RIOT (lom204-cli-wisol.blogspot.com)

—Will work to STM32WL55JC?

—Can you some language, like lua, python or ubasic to make call to OS SHELL and send the Loramac commands ?

I want to do a OpenCpu application! Not use host with Uart

Enjoy

Regarding STM32WL55JC, Can you try it by modifying gnrc_lorawan example ?

I compiled the example tests_pkg_semtech-loramac on STM32WL55JC

ubuntu@DESKTOP-GRCNLV8:~/RIOT$ LORA_DRIVER=sx1262 make BOARD=nucleo-wl55jc -C tests/pkg_semtech-loramac
make: Entering directory '/home/ubuntu/RIOT/tests/pkg_semtech-loramac'
Building application "tests_pkg_semtech-loramac" for "nucleo-wl55jc" with MCU "stm32".

"make" -C /home/ubuntu/RIOT/pkg/driver_sx126x/
"make" -C /home/ubuntu/RIOT/build/pkg/driver_sx126x/src -f /home/ubuntu/RIOT/pkg/driver_sx126x/driver_sx126x.mk
"make" -C /home/ubuntu/RIOT/pkg/semtech-loramac/
"make" -C /home/ubuntu/RIOT/build/pkg/semtech-loramac/src/boards/mcu -f /home/ubuntu/RIOT/pkg/semtech-loramac/Makefile.loramac_arch
"make" -C /home/ubuntu/RIOT/build/pkg/semtech-loramac/src/system/crypto -f /home/ubuntu/RIOT/pkg/semtech-loramac/Makefile.loramac_crypto
"make" -C /home/ubuntu/RIOT/build/pkg/semtech-loramac/src/mac -f /home/ubuntu/RIOT/pkg/semtech-loramac/Makefile.loramac_mac
"make" -C /home/ubuntu/RIOT/build/pkg/semtech-loramac/src/mac/region -f /home/ubuntu/RIOT/pkg/semtech-loramac/Makefile.loramac_region
"make" -C /home/ubuntu/RIOT/boards/common/init
"make" -C /home/ubuntu/RIOT/boards/nucleo-wl55jc
"make" -C /home/ubuntu/RIOT/boards/common/nucleo
"make" -C /home/ubuntu/RIOT/core
"make" -C /home/ubuntu/RIOT/core/lib
"make" -C /home/ubuntu/RIOT/cpu/stm32
"make" -C /home/ubuntu/RIOT/cpu/cortexm_common
"make" -C /home/ubuntu/RIOT/cpu/cortexm_common/periph
"make" -C /home/ubuntu/RIOT/cpu/stm32/periph
"make" -C /home/ubuntu/RIOT/cpu/stm32/stmclk
"make" -C /home/ubuntu/RIOT/cpu/stm32/vectors
"make" -C /home/ubuntu/RIOT/drivers
"make" -C /home/ubuntu/RIOT/drivers/periph_common
"make" -C /home/ubuntu/RIOT/drivers/sx126x
"make" -C /home/ubuntu/RIOT/pkg/driver_sx126x/contrib
"make" -C /home/ubuntu/RIOT/pkg/semtech-loramac/contrib
"make" -C /home/ubuntu/RIOT/sys
"make" -C /home/ubuntu/RIOT/sys/auto_init
"make" -C /home/ubuntu/RIOT/sys/auto_init/loramac
"make" -C /home/ubuntu/RIOT/sys/crypto
"make" -C /home/ubuntu/RIOT/sys/div
"make" -C /home/ubuntu/RIOT/sys/fmt
"make" -C /home/ubuntu/RIOT/sys/frac
"make" -C /home/ubuntu/RIOT/sys/hashes
"make" -C /home/ubuntu/RIOT/sys/iolist
"make" -C /home/ubuntu/RIOT/sys/isrpipe
"make" -C /home/ubuntu/RIOT/sys/libc
"make" -C /home/ubuntu/RIOT/sys/luid
"make" -C /home/ubuntu/RIOT/sys/malloc_thread_safe
"make" -C /home/ubuntu/RIOT/sys/newlib_syscalls_default
"make" -C /home/ubuntu/RIOT/sys/pm_layered
"make" -C /home/ubuntu/RIOT/sys/preprocessor
"make" -C /home/ubuntu/RIOT/sys/random
"make" -C /home/ubuntu/RIOT/sys/shell
"make" -C /home/ubuntu/RIOT/sys/shell/cmds
"make" -C /home/ubuntu/RIOT/sys/stdio_uart
"make" -C /home/ubuntu/RIOT/sys/test_utils/interactive_sync
"make" -C /home/ubuntu/RIOT/sys/test_utils/print_stack_usage
"make" -C /home/ubuntu/RIOT/sys/tsrb
"make" -C /home/ubuntu/RIOT/sys/ztimer
   text    data     bss     dec     hex filename
  55468     228    7512   63208    f6e8 /home/ubuntu/RIOT/tests/pkg_semtech-loramac/bin/nucleo-wl55jc/tests_pkg_semtech-loramac.elf
make: Leaving directory '/home/ubuntu/RIOT/tests/pkg_semtech-loramac'

but freeze the execution image

Did someone try if works ? How can i enable a debug ?