User Activity

Posted on November 29, 2014 at 04:36Hi, I've been working with the STM32 for several years, but never done any USB related stuff. Just recently I've got working an example of USB-HS using the mass storage class.In my application I have a 16Gbyte SD ...
Posted on September 10, 2012 at 09:25In my application I set up SysTick with: SysTick_Config(SystemCoreClock / 1000);to generate a 1ms interrupt.I got some weird timing anomalies and eventually used a timer interrupt to generate 1ms interrupts using...
Posted on July 27, 2012 at 02:58Just curious if any one else has issues with, or has a workaround for an issue I've been experiencing with the SDIO controller on STM32F20x devices.I'm developing a data logging that writes data to SD card at the rate...
Posted on April 05, 2012 at 01:00Hi, I need some ideas on a problem I'm experiencing.I have an STM32F2xx based product (an automotive sensor of sorts) which has just started field testing. The electrical interface to the product is 4 wires - +V, GND...
Posted on December 16, 2011 at 06:51I'm using a makefile to build my application - I'm not a huge fan of IDE's.By setting my PATH environment variable (in Win32 system) to the Raisonance toolchain everything builds fine and runs fine on my STM32F2.B...