I've designed our target board with two TI28388D MCUs.
Two MCUs are connected JTAG chain
I have no problem with downloading and flashing.
(only two CPU1 cores )
When I try to debugging my target board with your sample project like as 'led_ex1_blinky', I have trouble with using break point in flash mode.
I can use H/W break-point in the first MCU but can't use any break point in the second MCU.
The error message is same as below.
"Trouble Setting Breakpoint with the Action "Remain Halted" at 0x82ec8: (Error -1066 @ 0x82EC8) Unable to set/clear requested breakpoint. Verify that the breakpoint address is in valid memory. (Emulation package 9.5.0.00143) "
When I debug your project running from RAM, I can use break point in two MCUs both.
Is there any limitation of break point in JTAG chain for two MCUs ?