Hi, Just a question about _nop_() ! I work on ST10F168 at 24MHz. How can i know what's the delay of _nop_() function ??? Thanks in advance Regards
If it's the same as in C51, it's not a real function - it just causes the compiler to insert a sinlge NOP instruction. Check in your C166 Manual. You can find the "delay" of a sinlge NOP instruction by reference to your ST10F168 instruction set Documentation.