Hello again! I hope all is well.
For my current project, I’m trying to use the RAK11310 without using lora, and while using Serial1 for another device (AFAIK Serial1 is used for communicating to the lora modem).
Currently, when attempting to send data through Serial1, the following is sent instead by the module instead.
++ MbedOS Fault Handler ++
FaultType: HardFault
Context:
R0 : 20010D04
R1 : 00000001
R2 : 00000005
R3 : E7FDBF30
R4 : 00000005
R5 : 2000CCE4
R6 : 2000BDB8
R7 : 00000064
R8 : 00000000
R9 : 00000000
R10 : 00000000
R11 : 00000000
R12 : 1000B639
SP : 2000BD38
LR : 1000C357
PC : E7FDBF30
xPSR : 00000000
PSP : 2000BD18
MSP : 2003FFC0
CPUID: 410CC601
Mode : Thread
Priv : Privileged
Stack: PSP
-- MbedOS Fault Handler --
++ MbedOS Error Info ++
Error Status: 0x80FF013D Code: 317 Module: 255
Error Message: Fault exception
Location: 0xE7FDBF30
Error Value: 0x2000DB58
Current Thread: main Id: 0x2000DD28 Entry: 0x1000FFE9 StackSize: 0x8000 StackMem: 0x20003F30 SP: 0x2000BD38
For more info, visit: https://mbed.com/s/error?error=0x80FF013D&osver=61200&core=0x410CC601&comp=2&ver=110100&tgt=RASPBERRY_PI...
-- MbedOS Error Info --
My guess is the lora module is the lora module is somehow interrupting me sending msgs over Serial1, but I’m not sure how…
Additionally, I’ve tried holding the internal lora reset pin low (pin 14), which gives the same error.
Any ideas?