SMT32MP1 MCU as Power Management Unit
Hello.
I want to use MCU (Cortex M4 core) as PMU for MPU (Cortex A7 core).
Is it possible to use it in this way?
For this I need the following:
- It's better to start MCU firmware from another source (not SRAM) - from non-volatile memory. Is it possible?
- Switch on/off MPU using MCU. For example toggle GPIO or using registers.
- Don't stop MCU firmware by MPU reboot.
- Move MPU to flashing mode and exit it using MCU.
Is all this possible?
