Other Parts Discussed in Thread: C2000WARE
Tool/software: TI C/C++ Compiler
Hello everyone,
I am trying to use the __delay_cycles compiler intrinsic. But it won't compiile.
#20 identifier "__delay_cycles" is undefined EncoderTW29.cpp /4AchsModul_CPU2/Source/Encoder line 777 C/C++ Problem
In the same project I am using intrinsics like __add or __sub. Those are working.
I am using the TI v20.2.2.LTS compiler.
If __delay_cycles isn't supported anymore, is there a way to invoke a nop multiple times with one __asm() instruction?
Thanks and regards,
Marcel Kummer.