lancaster-university / microbit-dal

http://lancaster-university.github.io/microbit-docs
Other
259 stars 131 forks source link

crash with 3 LEDs on bright #317

Open DavidWhaleMEF opened 7 years ago

DavidWhaleMEF commented 7 years ago

Tagging @finneyj as this is probably one you need to know about. Something going wrong with the garbage collector, and/or some re-entrancy problem working with makecode arrays when in a radio receive handler.

I sometimes get 3 bright LEDs on (indicative of a full crash with interrupts disabled, stopping the display driver updating)

https://github.com/Microsoft/pxt/issues/2947

finneyj commented 7 years ago

Thanks @DavidWhaleMEF Does sound like a hardfault, but hard to say which side of the DAL/MakeCode fence this is on with just a description. Let's track it top down through the MakeCode issue.