-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
Milestone
Description
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)