Tool/software:
I'm doing my subject for firmware update with 28388D CPU1 and CM.
Using Fapi_issueProgrammingCommand(), I've finished programming(writing) data in each core's flash as hex utility says and
I checked that the written data are just same with the case when I directly load and run the program on ccs.
But when I reboot the board, only CPU1 works and it doens't seem like CM core work. - Not meaning a breakdown, I think CM didn't get boot when CPU1 got turned on by rebooting.
I tested with the ti led_blinky example in c28x_cm folder.
LED1 blinks properly by CPU1, but LED2 (which CM is supposed to control) just keeps turning on.
I have no idea why CM doesn't work.