RedBoard Artemis and Sparkfun Weather Shield

I am trying to get a SparkFun weather shield running on a RedBoard Artemis. I am using Arduino 1.8.19 and the sample weather shield sketch. I have tried other sketches but none work. Therefore I went back to the simple sketch for the weather shield. Here is the error:

Weather Shield Example

++ MbedOS Fault Handler ++

FaultType: HardFault

Context:

R0: 0

R1: C0

R2: 10001058

R3: A3009150

R4: 0

R5: 1

R6: 0

R7: 0

R8: 0

R9: 0

R10: 0

R11: 0

R12: 18

SP : 10006FB8

LR : 114A3

PC : 12564

xPSR : 41000000

PSP : 10006F98

MSP : 1005FF70

CPUID: 410FC241

HFSR : 40000000

MMFSR: 0

BFSR : 82

UFSR : 0

DFSR : 0

AFSR : 0

BFAR : A3009150

Mode : Thread

Priv : Privileged

Stack: PSP

– MbedOS Fault Handler –

++ MbedOS Error Info ++

Error Status: 0x80FF013D Code: 317 Module: 255

Error Message: Fault exception

Location: 0x12564

Error Value: 0x10005FB8

Current Thread: main Id: 0x100043C0 Entry: 0x242B5 StackSize: 0x1000 StackMem: 0x10006018 SP: 0x10006FB8

For more info, visit: https://mbed.com/s/error?error=0x80FF01 … FE_ARTEMIS

– MbedOS Error Info –

Hi, do they work separately? If you connect the shield with an Arduino board, other than the Artemis, does the shield work? Similarly, when you try uploading any other simple code to the Artemis, disconnecting the shield from it, does the Artemis work?

Yes, both work independently. I have had the Weather Shield running on Arduino UNO and all is fine. the Redboard also works as it should.

Thanks for weighing in.