Part Number: TMS320F28377D Other Parts Discussed in Thread: SYSCONFIG Tool/software: I am using the TI 28377D processor. I developed my own dual-core project based on the example project "dual core led_ex2_sysconfig" in the examples folder. I want to trigger software reset in CPU1 which will reset both CPU1 and CPU2. After the reset program should restart and continue to work. I have tried the watchdog reset function "SysCtl_resetDevice()", but I cannot reset CPU2 from CPU1. CPU1 reset causes IPC communication to be broken and both CPUs cannot work when I call "SysCtl_resetDevice()" in CPU1. How can I properly reset both CPUs?
↧