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.