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
I'm using both cores and TBDStore on FlashIAPBlockDevice on Arduino RP2040 nano connect. When storing values the controller stops. It works if I disable the second core. The functions in pico_flash simplify the lockout for such cases.
The text was updated successfully, but these errors were encountered:
In the current pico_sdk, there are some helper functions for safely writing to flash in
pico_flash
:https://github.com/raspberrypi/pico-sdk/blob/master/src/rp2_common/pico_flash/include/pico/flash.h
These are missing in
https://github.com/arduino/ArduinoCore-mbed/tree/main/cores/arduino/mbed/targets/TARGET_RASPBERRYPI/TARGET_RP2040/pico-sdk/rp2_common
I'm using both cores and
TBDStore
onFlashIAPBlockDevice
on Arduino RP2040 nano connect. When storing values the controller stops. It works if I disable the second core. The functions inpico_flash
simplify the lockout for such cases.The text was updated successfully, but these errors were encountered: