I use imx8qm and want to develop demos in M4 core0.
But the dpu demos in SDK_MEK-MIMX8QM/boards/mekmimx8qm/driver_examples/dpu is only for M4 core1.
Are there any restriction for M4 core0 using dpu in imx8qm?
Hello Chen,
You can use the DPU in M4 core 0, but you will change the driver.
Regards
Thank you for replay, I modify the pin_mux and interrupt init, now I can use the dpu demo on M4 core0.