STM32F1 - __nop()
Posted on September 06, 2013 at 03:54The code I'm porting use the __nop() function the delay but I don't have that function on F1, should I use the systick instead?https://github.com/metropt/STM32StepperDriver/blob/master/Source/main.c#L28thanks :)