Hi
how do I wrrite a nop in C? (c intrinsics)
__no_operation() and asm("nop") didnt work.
In which document would I find this?
Thx
Hi,
In S32DS, I use
__asm__("NOP");
Regards,
Daniel
where is the documentation for things like that?
Hi,
You may refer to Document arm_pdf_reference.pdf
In the S32DS installation folder …\S32DS_ARM_v2018.R1\S32DS\help\pdf\
More information can be found here:
https://gcc.gnu.org/onlinedocs/gcc/Extended-Asm.html
Regards,
Daniel