Posted on April 20, 2016 at 09:38
Hi! I try to measure GPS PPS (pulse per second) duration by TIM2. Setting code:
TIM_TimeBaseInitTypeDef TimeBaseInitStruct;
TIM_ICInitTypeDef ICInitStruct;
TimeBaseInitStruct.TIM_Prescaler = 0;
TimeBaseIn...
Posted on May 04, 2016 at 13:07I've solved the problem. The SB18 and SB20 was mounted on board. I've removed them. i.e stm32f429Discovery incorrectly work from box.
Posted on April 22, 2016 at 12:22
I rewrote standart function
SetSysClockon HSE
static void SetSysClock(void)
{
/******************************************************************************/
/* PLL (clocked by HSE) used as System clo...