This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
I am trying to make a custom bootloader which is discussed here: http://e2e.ti.com/support/microcontrollers/msp430/f/166/p/47743/983609.aspx
Right now, my only issue is the interuptProxy.asm file that I created doesnt get mapped on the flash. I can see that the compiler creates the object of the file in debug folder, though looking at the map file, I can see that the memory is reserved (as I have reserved them in cmd file), though the used portion shows 0. Someone has suggested that I need to include the file in source project or sumthing but I dun seem to find that option in project properties. Is there a way that I can let the compiler know that there is this asm file that needs to be mapped?
Environment : CCS v5.3
uC: msp430f2232
Thx
I think i found my own answer:
Its in Project Properties -> Build -> MSP430 Compiler -> Processor Options -> Silicon version : mspx and
application binary interface : coffabi
**Attention** This is a public forum