User Activity

Posted on February 11, 2014 at 11:03Hi everyone. I've encountered a problem. I am using the function systick_config to configure a accurate timer. In the main function I writeif (SysTick_Config(SystemCoreClock/1000))  {         while (1);    }and th...