Hello Every one, i am quite new to this embedded world.
I am using STM32F103ZEval board. My motive: to get a counter in milliseconds. I added the ''AN2592 How to achieve 32-bit timer resolution using the link system in STM32F101xx and STM32F103xx microcontrollers'' in to the main firmware demo application.(I meant i initialized RCC,GPIO,and NVIC sections.which i took from ''InputCaptureMode'' program) I have a empty function called ''clock_time()'' where i need to run the counter and the function is being used like this void timer restart(struct timer *t) {t->start = clock_time(); } can anyone help me how to use the Timer in milli seconds Thanks
Glad you persisted and ''got it.'' I (and I'm sure others) reviewed your long code listing and were ''in process'' of replying. Would you be so good as to ''detail'' your forum as to what you did to solve the problem? This would be much more valuable and heighten your likelihood/quality of response when you have another issue...