Skip to main content
This topic has been closed for replies.

1 reply

Tesla DeLorean
Guru
September 6, 2013
Posted on September 06, 2013 at 04:21

Which F1 library are you using?

STM32F10x_StdPeriph_Lib_V3.5.0\Libraries\CMSIS\CM3\CoreSupport\core_cm3.h

This has __NOP defined for 3 compiler architectures, __nop is Keil/RealView specific

Software loops are notoriously poor solutions, SysTick perhaps has too large a granularity, DWT_CYCCNT has less. If signal placement is important one should use hw timers.
Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..