Posted on May 17, 2011 at 14:20Hi,it is OK to call SystemInit() in startup and you can debug it too. check your debugger settings for ''Reset To Main'' option.when you load your program in debug mode, try running from the same point the pointer is p...
Posted on May 17, 2011 at 14:10it is not a problem if it is connected with R1-Out PIN. there is a resistor R36 in between so your logic level wont be disturbed. you can see your output at connector-CN10 (PIN-8).hope it helps. Regards
Posted on May 17, 2011 at 14:09sorry for coming late... i didn't get any email or alert (how to use alert system of this forum?)lets start from beginning...clive1 is right... these functions are from older library and defined in these files ''stm32f...
Posted on May 17, 2011 at 14:09your function SysTick_Config () is not working properlyuse this for sysTick initializationint main(void){ /* SysTick end of count event each 10ms with input clock equal to 9MHz (HCLK/8, default) */ SysTick_SetReload(...