Here is what we are trying to do. using CCSv4 right now
Our current project is too big for our projects update process so we need to split it into multiple files that we can load into memory as-needed. the problem is i have no idea how to do this.
ideally i would like the create 2 binary files, one with just code and another with constants and be able to install them into flash memory seperately so at boot time they both get loaded and the program has no idea that it came from 2 different binary files. also it needs to be seperate enough to allow for expansion of one or the other. it would be nice to be able to specify the location of each binary.
if i could find some boot example where it shows me how: A) i can make 2 out files out of one project and B) how i can specify the location of the second boot location and tell the first binary file where it lives i think i could figure it out.
does anybody know of any example projects or know how to do this?