Good afternoon,
I have all errors fixed except one using the new IAR compiler using SimpliciTI. Can anyone comment on using IAR and getting this error? I have commented out the "__intrinsic int __low_level_init(void);" in the file intrinsics.h
Basically I just added an interrupt and now it gives me an error. The function below gives an error. I've looked through BSP_board.c and do not see any "__low_level_init" function defined or used.
#pragma vector = TIMER0_A0_VECTOR
__interrupt void Timer0_A0()
{
//errors even with no code in here
}
I don't know anything about this error and the documentation is not that great. I'm using IAR 5.10.
Thanks,
Jamie