Using NOP()
Hi all.
I'm an old PIC user and now trying to use the STM32 IDE
with some success as of now.
With PIC I can place some NOP() in the code to be able
to set a breakpoint, sometimes to halt the CPU, and since it is
a very fast function., if at the end of a testing I forget to
remove it, then is does not do harm. And too, sometimes
to use it as a fast delay 10-15times in a row.
But I try a lots of "NOP()" & "NOP" & "nop" and alike without success.
So anyone have a clue ???
