OTAA example aborts on Mcu.init() call on WiFi LoRa 32 V2 board

The OTAA Example crashes on call Mcu-init()

ESP32 MCU init…

abort() was called at PC 0x400820a2 on core 1

Backtrace:0x4008376d:0x3ffb26700x40088fe1:0x3ffb2690 0x4008dda9:0x3ffb26b0 0x400820a2:0x3ffb2730 0x40082674:0x3ffb2780 0x400d17f8:0x3ffb27a0 0x400d1e71:0x3ffb27c0 0x400d1579:0x3ffb27f0 0x400d4e1a:0x3ffb2820

ELF file SHA256: 0000000000000000

Update to the latest environment 0.0.7

I reinstalled IDE and latest Framework and Libraries but still does not work:

Now, the ESP32_LORAWAN library is not required, it is already included inside the new environment.

1 Like

You can find OTTA in the 0.0.7 environment

1 Like

I looked into the examples but did not find the OTAA example. Please describe how to get that.

Ok, i found that already. but that is different from that i used before. So that i need to change all my sketches i created before with older framework.
License is not need anymore from now?
Now:
Mcu.begin();
Before:
Mcu.init(SS,RST_LoRa,DIO0,DIO1,license);

We have built-in flash when we leave the factory

1 Like