Hello,
i'm using MSP430F67791 + CCS v5 with specific values assigned to fixed program memory locations (#pragma location) and a modifed .cmd file that i use to force the code execution startup at a certain address and also to use only a portion of the flash for the firmware (i need to have 3 copies of it in the program memory).
What if i decide to use RTOS? Will it still be possible to handle the flash in this way? Will it still be possible to redirect interrupts?
Thanks