Hi.
I am trying to build an infield programming project, i have the code and it does all work upto the point where i currently am.
I want to have the code loaded into and run from RAM, however im unable to get CCS to build this. Could anyone help point me in the right direction I basically want to acheive the following:
1. Build a ROM image with the correct addresses
2. Have variables share the RAM with the code.
Currently the code can be loaded into RAM but all branches are showing in assembler as been absolute addressing i.e. CCS is addressing the code as if it was in flash. Im sure its simple enough to do, i just cant see where CCS allows this configuration.
Thank you
James