I wrote an an idle hook shown here void vApplicationIdleHook( void ) { asm(\"nop\"); P1OUT &= ~0x01;//go to sleep lights off!
hi I am using IAR c compiler, I am trying to print floating point value like printf(\"version number: %f\\n\",1.4);
I have a mixed assembler and C project based on IAR ARM. I have some #define in C header, I like to use (import) them in assembler fil开发者_StackOverflow中文版e. Could anybody tell me it is possible?