Part Number: TMS320F28379D
Tool/software: Code Composer Studio
hello,
I want to create 2 projects with 2 separate builds let us call it a.out and b.out.
a.out is the main application file where the complete program runs. the a.out application is stored in FLASH Sector E,F,G
b.out has only the constants (values) these constants will be used by a.out application. the constants b.out is loaded in FLASH sector K
I have updated the linker files according to the documentation provided for both a.out and b.out programs.
I am able to verify the values of constants in a.out application which was provided in b.out.
But i have a doubt here a.out and b.out both executable have main function as entry point, can i develop this without having a main in b.out for constants only.
thanks.
Nagesh