Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE
Tool/software: Code Composer Studio
I have an application that works fine when I debug it through CCS, but I am not at all clear on how to make the program start when trying to run it independently from Flash.
The blinky_dc example the first thing the code does is call IPCBootCPU2(C1C2_BROM_BOOTMODE_BOOT_FROM_FLASH);
However when I try this the program gets stuck waiting forever for the IPCBootStatus register to change from 0.
I know I need to include the FLASH_lnk.cmd file, which I have, but I don't know what else is involved.
It's clear that I'm missing something, but there isn't an obvious place to look for a step by step explanation on what I'm supposed to be doing, everything is scattered around and looking at example programs apparently isn't enough for me to see what I need to do.
Can someone help me?