Akshay, In most of our example projects in C2000Ware we have dual Build Targets; one for SRAM and one for FLASH. The source code is the same, but what changes is the following: 1)In the "predefined" symbols(in project properties/advanced options/predefined symbols) a _FLASH symbol is added, to enable the compilation of any .if statements in the C source 2)The linker (.cmd) file is changed from the RAM to the FLASH versions, to account for different loading/running addresses. I'm not sure if you are using different build options or just changing your source/linker manually. My point is that if you are relying on any of the automatic compilation includes from TI's source files then the _FLASH symbol will need to be added to your predefines. Let me know if this is accounted for in the above. Best, Matthew
↧