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
as part of the CMSIS add, there exists a file:
.../src/rp2_common/cmsis/stub/CMSIS/Core/Include/mpu_armv7.h
containing the memory protection unit definitions for "ARM v7m" cpus.
But the rp2040 is a Cortex M0, which is a v6m cpu.
(Nothing currently uses this file, as far as I can tell, and I don't know if there even exists an mpu_armv6.h)