Posted on May 17, 2011 at 13:32Hi, I'm trying to get a UART bootloader working with a STM3210C-EVAL board, per the AN2606. It doesn't even seem to be trying to talk, and I'm wondering if I've got early silicon w/o a bootloader? Device ID read from J...
Posted on May 17, 2011 at 13:28Hi, Are you looking for a host program to target the internal bootloader? (AN2606) If so, have a look at http://sourceforge.net/projects/sloadhostAlex
Posted on May 17, 2011 at 13:21Hi, I'm using TIM3, with TIM3 CH2 set up in Capture, and TIM3 CH2 set up for compare, both generating interrupts. In the interrupt handler for T3, I determine the source by looking at the TIM3_SR: Code: <BR>if(*TIM3_SR...