User Activity

Posted on September 08, 2015 at 22:27I am developing a custom bootloader for the STM32F103.  The general plan is that there are two Micro-vision projects - one for the application (0x08040000) and one for the boot-loader (0x08000000).  In general th...
Posted on May 20, 2013 at 19:28 I am using TIM3 as an event timer to trigger external ADC conversions. I am having an issue where the timer interrupt fires too early and causes an out of range conversion result from the ADC. I notice that when t...