SLAZ279AA October 2012 – May 2021 MSP430F5418
CPU Module
Compiler-Fixed
Indexed addressing with instructions calla, mova and bra.
With indexed addressing mode and instructions calla, mova, and bra, it is not possible to reach memory above 64k if the register content is < 64k.
Example: Assume R5 = FFFEh. The instruction calla 0004h(R5) will result in a 20-bit call of address 0002h instead of 10002h.
- Use different addressing mode to reach memory above 64k.
- First use adda [index],[Rx] to calculate address in upper memory and then do a calla [Rx]
Refer to the table below for compiler-specific fix implementation information.
IDE/Compiler | Version Number | Notes |
---|---|---|
IAR Embedded Workbench | IAR EW430 v6.30.1 or later | |
TI MSP430 Compiler Tools (Code Composer Studio) | Fix not available | |
MSP430 GNU Compiler (MSP430-GCC) | Fix not available |