Hi All,
I'm new here and I have a question.
I used to use Quadravox for the MSP430 development and they had syntax that would allow the programmer to reserve a specific RAM location such as, "unsigned char i @ 0x1c00;". This would assign 'i' to memory location 0x1c00 and the linker would also know about this reserved location as not to put anything there.
I know I can use the command linker file for reserving memory locations, but I would like to continue doing this with CCE3.1 if possible.
I would like to know if this is possible with CCE3.1 and what syntax I would use for this.
Thanks in advanced!
-John