2013-08-14 12:24 PM
hello
how can i calculate a delay of 1 second if i have this parameters: SYSCLK(Hz) | 168000000 *----------------------------------------------------------------------------- * HCLK(Hz) | 168000000 * HSE Frequency(Hz) | 8000000 and thnx :)2013-08-14 12:54 PM
I guess you could spin on DWT_CYCCNT for 168000000 ticks.
Or use a timer with prescale and period factors of 16800 and 10000, this isn't complicated stuff.2013-08-19 03:06 AM
thank you :)
yeah i just wanted to verify