Open ngmor opened 1 year ago
This came up when running interrupt_test.
The LED does not turn blue when running the test as is. If led_set() is called in main, before the fault is caused, it works properly. But it doesn't work when called in HardFaultISR.
led_set()
main
HardFaultISR
This came up when running interrupt_test.
The LED does not turn blue when running the test as is. If
led_set()
is called inmain
, before the fault is caused, it works properly. But it doesn't work when called inHardFaultISR
.