I wrote an an idle hook shown here void vApplicationIdleHook( void ) { asm(\"nop\"); P1OUT &= ~0x01;//go to sleep lights off!
How do I prevent Code Composer 4 (which is based on Eclipse) from generating its ow开发者_如何学JAVAn makefile and use the one I provide instead?
Is it necessary to code RTOS in C language alwa开发者_如何学JAVAys? Why can\'t that be coded in java or some other technology..?? Is that because of the absence of pointer concept in java?Garbage coll