Tool/software: Code Composer Studio
Because there is less interaction between CPUs, I don't want to use the IPC data exchange mode.
Use the IPC flag to judge directly, then CPU1 reads CPU2TOCPU1 space, or writes CPU1TOCPU2 space.
However, it is found in the debugging that reading and writing interactive data is correct when the program is initialized. After normal operation, the interactive data is not correct.--------When the single-step debugging is performed, write to the corresponding space (for example, CPU1 writes 0x3FC00). The data of the corresponding space has not changed?
Do I need to configure registers using the 0x3F800 and 0x3FC00 data ranges?
thank you very much!