User Activity

Posted on May 15, 2014 at 16:12 Hi, So I've ran the FMC_SDRAM_DataMemory example, which should allow use of the external SDRAM. However the following, gives me incorrect results: uint32_t aTable[1024]; /* Counter index */ uint3...
Posted on May 14, 2014 at 11:29 I've tried porting the stm32cubef4UART DMA example to use USART, but I still can't achieve faster speeds than 1 megabit. The MCU can apparently support speeds of up to 11 megabits, am I simply asking too much of ...
Posted on February 10, 2014 at 15:07Hi,So I've recently started developing on the 'STM32429I-EVAL', I've managed to compile and run the SAI_Audio example which outputs an audio sample to the headphones. I'm now trying to stream one of the two built-...
Posted on February 06, 2014 at 16:29Hi,I've recently started developing on the STM32429I-EVAL board. The user manual mentions 'demonstration software', but I'm unable to find the source online. I'm fairly new to developing for ST boards, am I right ...
Posted on November 05, 2013 at 17:50 Hi, I've recently been playing with a Keil MCBSTM32F200 board, specifically using the camera module. Essentially, I'm trying to use DMA2 to route the camera data to an arbitrary location in the SRAM in...