Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: C2000WARE
Tool/software:
Hi,
I am currently on porting an existing working application from RAM into FLASH. I have successfully moved in all the program code and verified it is running. There are a couple of other sections I would like to pull into RAM from starting in FLASH at runtime including
1. CLA Prog Code
2. ePIE Interrupt Vector Table + ISR's
3. Reference to Flash Control Regs (recommend by this forum)
I am currently working on getting the ePIE interrupt table + ISR's to run from RAM inside of my FLASH program and have utilized the TI.RAMFUNCS section for the ISR's but noticed inside of the doc "Running an Application from Internal Flash Memory on the TMS320F28xxx DSP (Rev. L)", there is a section explaining the following

I was wondering if TI has a "Peripheral Header File Structure" for the P650DK9 so that it would be easier to port this application to different devices and to avoid hardcoded addresses. All of the devices mentioned in the references are for different models and a global search of the TI installation directory only shows headers located in device_support/f28p65x/headers/include. These files do not contain any reference to the PieVectTableInit.
Thanks