Hi,
I use mix assembly and C for msp430f5510 with IAR,but now have a problem.I use assembly program Timer vector,appear the problem as the picture:
If someone could help me, I will appreciate so much.
Thank for your time !!
best regards!
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 use mix assembly and C for msp430f5510 with IAR,but now have a problem.I use assembly program Timer vector,appear the problem as the picture:
If someone could help me, I will appreciate so much.
Thank for your time !!
best regards!
Hello sean,
the linker is not able to fit 0x10044 bytes of code into 0x7f68 bytes available flash code-memory (hope this is correct, as it is really hard to read the small letters in your image).
Or in other words: "You can not fill a 20 liter tank with 30 liters of gas ."
As you are using IAR, one solution would be to set the optimization flags for the project to agressive size optimization for the C- parts of your code.
Another solution is to replace the MSP430 by another one with more Flash Memory. Maybe there is one with the same pinout and modules, so you will not need to redesign the PCB.
Kind Regards Marco
**Attention** This is a public forum