The problem I am having is this:
Everytime I attempt to compile my code in IAR Kickstart it throws an error on any method of enabling interrupts. For some reason IAR is not recognizing it's own intrinsic functions or assembler functions...
I have tried:
__enable_interrupt(); --> Error[Pe020]: Identifier "__enable_interrupt' is undefined
_EINT(); --> Error[Pe020]: Identifier "_EINT();" is undefined
I am using these function in the main program after configuring ports, clocks, USCI modules...
If anyone has any ideas as to why this is happening that would be great.
Thanks