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
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
Hi! I'm wondering whether it would be feasible to add nRF53 support to BMP.
The nRF5340 is a little bit different than the others though, so I'm not sure if this is compatible with BMP's architecture:
the two cores have private flash areas that need to be programmed from the respective core
the network core needs to be powered up by the application core
the AP of a core is disabled when APPROTECT is active
APPROTECT is activated automatically if the program doesn't keep it off
Nordic-specific CTRL-APs need to be used for unlocking
supporting only the application core is not an option since BLE can only be done by the network core and that is the main feature of the SoC