Some ARM CPU are called MCU,but others are called MPU。How to distinguishing them?
MPU is Memory Protection Unit. Please see https://developer.arm.com/documentation/100699/0100/Introduction/About-the-MPU?lang=en.
MCU is Memory Controller Unit, which is usually the Central Processing Unit. Cortex-M can be the MCU..