-
@jepler
SAMD51 based board with build CircuitPython 6.0.0-278-g66fb09506
Uncomment ```super().write(b'hello')``` to cause the error.
```py
import board
import busio
import digitalio
impo…
-
I'd noticed that my STM32F411 Nucleo test board was ending up in a hard fault after updating settings. Seems to be coming from here;
https://github.com/grblHAL/STM32F4xx/blob/906d7b12a72548fd64c8fa…
-
### Description of defect
**Expected behavior**
Normal use of `HAL_PWR_EnterSLEEPMode()`
**Actual behavior**
On certain occasions the device crashes with a hardfault after calling `HAL_PWR_Ent…
-
-
### Description of defect
When trying to compile this example for target `NUCLEO WL55JC` it does fire an error
```
Compile [ 2.2%]: mbed_boot_arm_std.c
Compile [ 2.3%]: main.cpp
[Error] lo…
-
**Issue details**
Watchdog reset controler during flight condition; disabling watchdog and tested without arming motors, ends in a hanged controller.
When at enough altitude, two logs appear : fir…
-
Linking a minimal program using LLD and then inspecting with with `arm-none-eabi-objdump` produces:
``` armasm
Disassembly of section .text:
00000400 :
400: f000 f81b bl 43a
4…
-
Reported in Zoom chat by @microbit-giles and summarising here.
Using a program like this in MakeCode
Flash to micro:bit, detach USB cable and attach battery pack. The expectation is that the…
-
**Describe the bug**
Today during the position mode hover, issuing a command `micrortps_client stop` while the client was running before arming the vehicle caused it to become unresponsive to any inp…
-
[Hard fault handling](https://github.com/simonjwright/cortex-gnat-rts/wiki/HardFaultHandling) is available, if needed to help debug hard faults.
If a unit includes
```
with Hardfault_Handling;
`…