User Activity

Posted on September 14, 2014 at 02:28I have a USB bootloader at address 0x08000000 that allows my STM32 to be programmed using dfu-util. I will eventually have my main firmware stored at 0x0800c000 and the bootloader will perform a ''jump'' to 0x080...
Posted on August 28, 2014 at 07:23I am porting over an open source project that is currently based on the STM32F1 to the STM32F4 (using the discovery board currently).The project is using both the RTC_IRQn and RTCAlarm_IRQn on the STM32F1. The STM32...
Posted on August 16, 2014 at 04:30I'm trying to simply send a character over and over to my computer using a USB to TTL adapter and USART2 on the STM32F4 discovery board. I have USART2 configured for 9600 baud which would give 104us bit pulses.After...