Questions regarding data exchange in an indirect manner with the m4.
I am trying to exchange data in an indirect way using the rpmsg_sdb driver.
The memory in the cma area (0xe800000) was allocated through mmap in Linux.
When accessing the 0xe8000000 area in m4, a HardFault occurs and the program stops.
However, there is no problem in accessing areas below 0xe0000000, such as 0xd8000000.
Is there a limit to the ddr memory access area of the m4 processor?
Or is there a way to access areas above 0xe0000000?
