STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4-Discovery's Microphone

Posted on November 04, 2012 at 20:08Hi,I want to do a very simple project using FreeRTOS alongside with STM32F4-Discovery. I want to create a task to read from a microphone, another one will filter the mic's data and a final task would output the fi...

dfranch6 by Associate
  • 853 Views
  • 2 replies
  • 0 kudos

Bug in Audio Codec Driver

Posted on October 20, 2012 at 10:24Hi !I'm talking about stm32f4_discovery_audio_codec.c v1.1.0 for CS43L22 .It is used in the record & playback audio demo and you can find it in the ''utilities'' folder.I've struggled a lot to make the circular buf...

bluexav by Associate III
  • 818 Views
  • 2 replies
  • 0 kudos

DFU/RS232 FW update

Posted on October 04, 2012 at 15:21Hi,I came to the stage where I want to upload my own FW into the STM3220-EVAL board running on STM32F207 CPU.My first attempt was to use original ST DfuSe utility. I was trying to run bot 32 and amd64 bit versions ...

dimax by Senior
  • 1154 Views
  • 8 replies
  • 0 kudos

STM32f4-Discovery SDIO problems

Posted on July 12, 2012 at 13:52Hi, I have been trying to get SDIO to work on an STM32f4-Discovery board using the std-periph library and the mass storage class example from the USB device library. I was able to get SDIO+FatFs+USB to work but it wor...

tavish by Associate II
  • 1028 Views
  • 6 replies
  • 0 kudos

Bootloader

Posted on October 05, 2012 at 10:53Hello I am using STM32F2XX series. And I am new to controller programing. I am using in built bootloader currently. If in case if i want to have a firmware upgrade feature, what are the changes needs to be done at...

logger and MSC with fatfs

Posted on October 11, 2012 at 17:16 Hello experts and sorry to bother you once more. I implemented a FW for a STM32F102CB that combines logging and USB MSC (Mass Storage Class). I took the USB MSC from STM32_USB-FS-Device_Lib_V3...