This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

_nop_()

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

Parents
  • 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.

Reply
  • 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.

Children
No data