This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TMS320F28377D: How to recognize emulation mode by user code

Part Number: TMS320F28377D

For 28377D, the boot flow is different between emulation mode and standalone
mode. In emulation mode, CPU1 doesn't need to send IPC command to boot CPU2.
So in the project of CPU1, the code like "IPCBootCPU2(
C1C2_BROM_BOOTMODE_BOOT_FROM_FLASH)" should not be used in emulation mode.

Sometimes, I have to debug the code in standalone mode. It means the code
like "IPCBootCPU2(C1C2_BROM_BOOTMODE_BOOT_FROM_FLASH)" should be used.

Is there any method for CPU1 to recognize emulation mode when debugging with
CCS? such as checking some register value.