Posted on May 17, 2011 at 12:46PWM seems like a good idea. If you use TIM1 you can use the REP register to get an interrupt after the 100 pulses (to shut the PWM down). /Niklas
Posted on May 17, 2011 at 12:39Hi Trevor Interesting idea. Perhaps you don't even need to mess around with the backup registers since it is possible to determine the cause to reset by reading RSS_CSR. ''If software reset then standby else run as nor...
Posted on May 17, 2011 at 12:39Hi Trevor, We had this discussion at a STM32 seminar I attended to and as I understand it you have to ''kick'' the independant watchdog all the time. It cannot be stopped except when in debug mode. The longest timeout ...
Posted on May 17, 2011 at 12:38Hi Janosch I've been on vacation, otherwise I perhaps would have been able to save you some hours of work :) I worked with my I2C driver in the beginning of this year. I dont use the firmware lib in my code but I used ...
Posted on May 17, 2011 at 12:36Hi Markus Hi STOne-32 I measured the execution time by running each of the functions in the debugger and checking the CYCCNT register before and afterwards. In Keil uVision this is shown in the Regs tab under Internal,...