Hi,Karan
There is no problem using xip mode in the case of single core, and then I want to know how xip works in the case of multiple cores?
I think there are two situations
1. We are using multiple cores using the same code (SMP).We only need to control the SBL to jump to the entry address of the main core, and then the Slave Core is started through the Main Core?Does additional processing need to be done?
2. If we use different bin files for each core,How should we control jump to different core entry addresses to start applications(NO SMP)? In this case, each core should access OSPI to obtain the execution instructions of the code. This should cause resource access conflicts. How to solve this problem?
The cores we currently use are MCU1_0 and MCU1_1, and we will use R5Fs of the Main domain in the future.
Regards,
Xie