Tool/software: Code Composer Studio
Hello,
I am using a TMS320F28388D controller.
1. Is it possible to know in CPU1 if there is any application loaded on CPU2 FLASH? I know one method is through IPC, but can I use CPU2TOCPU1IPCBOOTSTS
register.
I have my code implemented in CPU1 as below pulled from the example.
Device_bootCPU2(BOOTMODE_BOOT_TO_FLASH_SECTOR0);
If I don't have any application loaded onto the CPU2 , I am expecting the CPU2 should be in ITRAP, but I could see after executing the above statement the controller is getting reset.
Can you please let me know why the Controller is getting reset in this scenario.
thanks,
Nagesh