STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

can lwIP run on Olimex STM32-E407 board?

Posted on November 06, 2012 at 19:12hello forum I have Olimex STM32-E407 board   https://www.olimex.com/Products/ARM/ST/STM32-E407/  on this board there is this PHY chip  http://www.micrel.com/_PDF/Ethernet/datasheets/ks8721bl-sl.pdf I want ask ca...

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
  • 1076 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
  • 983 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
  • 1518 Views
  • 8 replies
  • 0 kudos

A problem in STM32F103 and FreeRTOS environment

Posted on October 23, 2012 at 09:14Hi all,I have written complete description of my problem at FreeRTOS forum( Sourceforge.net). I think rewriting the entire problem is no required again. Hope you will understand, please follow the link: https://sou...

harinath by Associate III
  • 401 Views
  • 0 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
  • 1294 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...