Tool/software:
If R5F core and M4 core all need to access external flash to read data, how to ensure that the external flash is accessed only by one core at a time? I'm currently have a problem. The R5F app program will access and write to the external flash, and the M4 core also needs to read from the flash. There are occasional cases where the data read by the M4 core is incorrect. It is unknown whether this is caused by simultaneous access by both cores. M4 core read external flash data by memcpy Function.