You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This doesn't actually seem to cause any problems though I suspect if compiled in debug mode this would cause crashes due to trying to write to unallocated memory. I just spotted this when looking at the code.
This doesn't actually seem to cause any problems though I suspect if compiled in debug mode this would cause crashes due to trying to write to unallocated memory. I just spotted this when looking at the code.
The number of bme680 calibration constants:
Warp-firmware/src/boot/ksdk1.1.0/warp.h
Line 170 in 96e67b9
Warp-firmware/src/boot/ksdk1.1.0/warp.h
Lines 222 to 225 in 96e67b9
These constants are used here:
Warp-firmware/src/boot/ksdk1.1.0/devBME680.c
Lines 172 to 186 in 96e67b9
Warp-firmware/src/boot/ksdk1.1.0/warp-kl03-ksdk1.1-boot.c
Line 145 in 96e67b9
These for loops read from 42 different memory locations and write the contents to an array of length 41.
I believe the fix is to set this:
Warp-firmware/src/boot/ksdk1.1.0/warp.h
Line 225 in 96e67b9
0xf1
.Hopefully I haven't just completely misunderstood something here.
The text was updated successfully, but these errors were encountered: