Resolved! How to implement a few cycles delay macro or function
Hello,I need to implement delay macro, lasting just a few cycles.As the delay is so small I would not like to use TIMs o DWT.On Texas Instruments DSPs, I was used to implement this nanoseconds delays, using NOP() instructions.Unfortunately, as also w...