Other Parts Discussed in Thread: MSP430F149
I am modifying firmware written for the MSP430F149 that was compiled and linked under IAR 1.26b... a very old version of the EW. The firmware was written to include a custom cstartup.s43 assembly file. Looking at the contents of this file, cstartup.s43, there is nothing in it that can't be done in the void main (void) function. This file initializes the UDATA0, CDATA0, etc... and that is about it. For the newer versions of IAR, is it necessary to use a cstartup.s43 file?
BTW, UDATA0 and IDATA0 are now called DATA16_Z and DATA16_ID