as documented in section 6.7.2 of the TI ARM compiler manual, i'm using the intrinsics _disable_interrupts(), etc within my source code.... when i compile, however, the compiler issues a warning about an implictly-defined functions -- suggesting the intrinsics are somehow not being recognized....
i am compiling my sources for cortex-m3 using the TI ABI (-mv7M3 --abi=ti_arm9_abi); i had similar problems when using ELF....
what i am missing here??? do i need to include some header??? or are these intrinsics not support on cortext-m3??? or is there some other way (from C) to disable/enable/restore interrupts???