2011-03-22 07:18 AM
TIM1 Input Capture not accurate at low frequencies?
2011-05-17 06:12 AM
UPDATE:
When I use the HSI it works fine down to like 30Hz When I use the HSE, that's where I get the problem. Here's my clock init, how can I fix this? CLK_DeInit(); /* Initilize the Clock controller according to CLK_InitStructure 24MHz */ status = CLK_ClockSwitchConfig(CLK_SWITCHMODE_AUTO, CLK_SOURCE_HSE, DISABLE, DISABLE); while (CLK_GetFlagStatus(CLK_FLAG_HSERDY) == 0);