rtos
FreeRTOS Sleep Mode hazards while using MSP430f5438
I wrote an an idle hook shown here void vApplicationIdleHook( void ) { asm(\"nop\"); P1OUT &= ~0x01;//go to sleep lights off![详细]
2022-12-22 23:15 分类:问答Code Composer 4 (Eclipse based)- makefiles
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?[详细]
2022-12-18 14:37 分类:问答why are RTOS coded only in c?
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[详细]
2022-12-14 20:21 分类:问答