omnid / nuhal

Miscellaneous cross-platform (including microcontroller) C utilities
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

led_set function doesn't work properly when called in HardFaultISR #7

Open ngmor opened 1 year ago

ngmor commented 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.