User Activity

Posted on February 12, 2018 at 23:19I have built an STM32F303ZET6 project using the AC6 IDE and FreeRTOS.  The base application (located at 0x08000000) incorporates a mechanism for loading a new firmware image above the base application (at 0x080300...
Posted on July 18, 2014 at 16:39Have used sample code provided by forum-master, Clive, to relocate my application's vector table to 0x20000000 (base of RAM) in preparation for use with a bootloader.  I also referred to app note AN4065 and the associ...
Posted on April 29, 2014 at 23:05 Greetings, I have a project running with the STM32F205RCT6 and currently have PWM running according to the following configurations: TIM1 -- Channel 1 - GPIOA-8 TIM1 -- Channel 2 - GPIOA-9 TIM1 -...