We are developing an application for the TMS320VC5510A chip where we are loading the program from an external flash. The process to do so involves reading the program data from the flash and parsing it according to the boot table definition. The first value to parse from the boot table is the "entry point". What is not obvious to us is where we store this entry point value in the code composer studio project after it has been read from the flash. Does anyone have any insight into how to do this?
Thanks