I use ESP32_LoRaWAN/OTAA code, but error occurred

i use ttn node, heltec wifi lora 32 v2.
i got license from Search ChipID relative License – Heltec Automation, 0x0647E86F, 0x115C067A, 0xD0ABD53C, 0xD84477XX

all eui written by MSB

AppEUI : 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x03
DevEUI: 0x84, 0xCC, 0xA8, 0x4C, 0x55, 0x34, 0x88, 0x44
AppKey: 0x45, 0x03, 0x5F, 0x15, 0xAF, 0xF1, 0xF7, 0x0B, 0xF3, 0x89, 0xE2, 0xF6, 0xEA, 0xB5, 0xC8, 0xEC

error is this

ELF file SHA256: 0000000000000000

Rebooting...
ets Jun  8 2016 00:22:57

rst:0xc (SW_CPU_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13864
load:0x40080400,len:3608
entry 0x400805f0
ESP32 MCU init...

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


Backtrace:0x40083ca9:0x3ffb26600x40089239:0x3ffb2680 0x4008e01d:0x3ffb26a0 0x4008258e:0x3ffb2720 0x40082b64:0x3ffb2770 0x400d505c:0x3ffb2790 0x400d57ed:0x3ffb27b0 0x400d1896:0x3ffb27f0 0x400dbd6e:0x3ffb2820

why this error occurred?
and how can i fix this?

This looks like a coding/hardware issue and not LoraWAN per se so you’ll have trouble getting help here. Perhaps you should look at a Heltec forum for assistance.

I have not used the Heltec version of the code but I have successfully built a test node on a Heltec V1 using the Arduino LMIC code. You may like to try that.

Regards
Brian