Posted on December 10, 2015 at 07:03Hi,To clarify, SystemCoreClock for STM32F4Discovery is 168Mhz.ticks = (SystemCoreClock) / 1000000000;.168= 168000000/1000000000.This doesn't work. Tick value below 76 will cause MCU to fault.Is this possible? 1=...