STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 Generic USB Advice

Posted on December 12, 2011 at 09:09Hi all,I'm completely new to ARM and ST, having mainly used Microchips offering previously. Thinking it was time to branch out a bit and liking the look of the new ST stuff, I grabbed the new F4 Discovery board a ...

oli2 by Associate II
  • 657 Views
  • 8 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
  • 592 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
  • 528 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...