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
Adding the Bluetooth extension in the current beta editor (5.1.32) causes faults on v2.21 micro:bits with fault code 071 (MICROBIT_PANIC_APP_MEMACC). No fault occurred when using a v1.5 micro:bit.
I'm also getting the same error! I have the micro:bit V2 and by just using the Bluetooth extension my micro:bit gives me the error 071! It works with the makecode editor online version, but it doesn't work with pxt core!
Describe the bug
Adding the Bluetooth extension in the current beta editor (5.1.32) causes faults on v2.21 micro:bits with fault code 071 (
MICROBIT_PANIC_APP_MEMACC
). No fault occurred when using a v1.5 micro:bit.It looks like a call to
app_error_fault_handler()
is happening for some reason with aNRF_FAULT_ID_APP_MEMACC
. Nordic docs point toward something trying to access SoftDevice memory space: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.s132.api.v6.0.0%2Fgroup___n_r_f___f_a_u_l_t___i_d_s.html .To Reproduce
Steps to reproduce the behavior:
Expected behavior
Bluetooth alone should not result in a fault.
micro:bit version:
v2.21 was tested.
(No fault when using a v1.5)
The text was updated successfully, but these errors were encountered: