Dear experts,
May I know what resources are avalable to the Cortex-M4 core in iMX8M mini SoC? I mean DRAM memory ranges and peripherals? For example can M4 access PCI devices?
Regards,
yf
Solved! Go to Solution.
Hello,
Yes, you can consult it in table Table 7-2. CM4 Interrupt Summary of reference manual:
Best regards.
Hello,
You can consult this in section 2.1.3 Cortex-M4 Memory Map of reference manual.
Best regards.
Hello,
The interruption handling for Cortex-M is done with a Nested Vectored Interrupt Controller (NVIC) that is closely integrated with the processor core to achieve low-latency interrupt processing.
Best regards.