Posted on May 17, 2011 at 12:52I'm starting to think that the problem is caused by the debugger. I'm using the keil debugger from uvision. It appears that it keeps counting when it reaches a breakpoint. I tried halting the timers through the DBGMCU_...
Posted on May 17, 2011 at 12:52Hey I'm using the stm32f103 and trying to use timer3 as a prescaler for timer1. Everytime timer 3 overflows, it makes timer1 count one up. Or at least that is how I intended it.Usually this works like it should, but so...
Posted on May 17, 2011 at 12:52Hey Im trying to set up the ADCs of a stm32f103rbt6 using the debugger in uvision. Its configured to run the simulation with stm32f103rb. The ADCs are supposed to run in dual mode, regular simultaneous conversion trigg...