LoRaWAN - STM32WL55C

Sir,
After read this
mbed-os-example-lorawan - Simple LoRaWAN example application for mbed OS | Mbed

Why am i getting this error?


and
the same to mbed compiler online

Hi,

I could reproduce this issue.

The mbed-os.lib file in the default branch of this example (development) has no version hash and the online IDE could not get right version of the Mbed OS library.

You can avoid the error as below:

  • Remove mbed-os directory from your project
  • Import latest version of mbed-os library (Add Mbed Library… → URL: https://github.com/ARMmbed/mbed-os → click Next >>)
  • Set the version library to latest (mbed-os-6.16.0 → click Finish)
  • Wait to finish operation

Now, you can set NUCLEO_WJ55JC or STM32WL55C-DK.

I hope this helps.

Regards,
Toyo

Thank you so much!