ImperialSpaceSociety / LoRaMac-node

Reference implementation and documentation of a LoRa network node.
Other
6 stars 1 forks source link

Hardfaulting #474

Closed MedadRufus closed 1 year ago

MedadRufus commented 1 year ago

Always happens when this data comes over UART

00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 

DATA RATE   : DR_4
U/L FREQ    : 868100000
TX POWER    : 0
CHANNEL MASK: 0007 

FNwkSIntKey_SNwkSIntKey_NwkSEncKey:A7 C8 0F 2F AF 9A 2B 59 66 A5 D0 F4 69 A2 C9 B1 

AppSKey:DF 1C 07 95 B6 A5 E1 F5 46 A6 31 FD F9 80 0A B6 

DevAddr:9D 34 0B 26 

###### ============ CTXS STORED ============ ######
Size        : 1

Initialising Loramac Stack with Loramac region: LORAMAC_REGION_EU868
Registered device: icspace26_helium_19
###### =========== CTXS RESTORED =========== ######
Size        : 52

DevEui      : 00-00-00-00-00-00-00-00
JoinEui     : 00-00-00-00-00-00-00-00
Pin         : 00-00-00-00

###### ===========   JOINED     ============ ######

ABP

DevAddr     : 00000000

⸮b\
Getting oldest position:
oldest position/tim
MedadRufus commented 1 year ago

it was a stack overflow in a variable length array. Removed.