#include “SparkFun_Qwiic_Step.h” //Click here to get the library: http://librarymanager/All#Qwiic_Step by SparkFun
QwiicStep motor;
void setup()
{
Serial.begin(115200);
Serial.println(“Qwiic step examples”);
Wire.begin();
motor.setI2Caddress(0x5d);
…
}
results in
21:30:43.480 → UFSR : 0
21:30:43.480 → DFSR : 0
21:30:43.480 → AFSR : 0
21:30:43.480 → BFAR : A300917C
21:30:43.480 → Mode : Thread
21:30:43.480 → Priv : Privileged
21:30:43.480 → Stack: PSP
21:30:43.480 →
21:30:43.480 → – MbedOS Fault Handler –
21:30:43.480 →
21:30:43.480 →
21:30:43.480 →
21:30:43.480 → ++ MbedOS Error Info ++
21:30:43.480 → Error Status: 0x80FF013D Code: 317 Module: 255
21:30:43.480 → Error Message: Fault exception
21:30:43.480 → Location: 0x106F4
21:30:43.480 → Error Value: 0x10005E38
21:30:43.480 → Current Thread: main Id: 0x10004250 Entry: 0x22E89 StackSize: 0x1000 StackMem: 0x10005E98 SP: 0x10006E60
21:30:43.525 → For more info, visit: https://mbed.com/s/error?error=0x80FF01 … RTEMIS_ATP
21:30:43.525 → – MbedOS Error Info –