Other Parts Discussed in Thread: XDS110ISO-EVM
Hello,
I am using F29H85X SOM EVM with XDS110ISO-EVM and CCS 20.
For the run code over RAM, there is no problem. But if the build for FLASH, this error seems for debug. How can i solve this problem?


Hello,
I am using F29H85X SOM EVM with XDS110ISO-EVM and CCS 20.
For the run code over RAM, there is no problem. But if the build for FLASH, this error seems for debug. How can i solve this problem?


Hi,
It looks like you are trying to program flash for multicore example.
There are instructions in the top of the example for users trying to run the multicore flash example, I would recommend referring to them.
Are you switching the flash bank mode to 2 using the flash settings as mentioned in the example instructions ?
Thanks
Hi,
Just this description, there is no more:
" Note: Since CPU2 does not have FLASH access, the CPU2 application code is loaded to CPU1's FLASH, which is copied to CPU2 RAM by the CPU1 application. The CPU3 application code is loaded to its Flash (FRI-2) in FLASH BANKMODE2."
I can't understand where it's missing/wrong. I can debug a non-multicore project in Flash without using Bank 2. But I get this error when it's multicore.
Solved with this post : F29H85x Flash Plugin usage notes