STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SDcard with SDIO interface and FATFS

Posted on June 07, 2012 at 18:46Hello, i connected sdcard to my stm32f4discovery board, used SDIO example for low level init, and fixed fatfs so i can write data and read that later with computer But fatfs code is to complex for me to understand, do...

linas2 by Associate II
  • 1898 Views
  • 16 replies
  • 0 kudos

Timer using external clock nr 2

Posted on June 22, 2012 at 12:56  I'm using a STM32F103RBT6.Basicly I want to clock TIM1 (it should work on this frequency because of the Fmax from APB2) external with an 25.5 Mhz signal and use the Update_IRQ. Thats all.I can start TIM1 and use the...

ullmann by Associate
  • 699 Views
  • 3 replies
  • 0 kudos

Centre aligned PWM question

Posted on June 14, 2012 at 15:55I've been using edge aligned PWM to turn a three phase induction motor and this works just fine. However, in an attempt to cut down on noise, with the possibility of two IGBTs switching at the same time, we thought it...

DiBosco by Senior II
  • 311 Views
  • 1 replies
  • 0 kudos

No Flash size register on STM32F2xx?

Posted on October 17, 2011 at 12:26STM32F2xx reference manual Doc ID 15403 Rev 3 doesn't list a Flash size register in chapter 33 Device electronic signature Is there really no such register? #missing-functionality

usbd_conf.h

Posted on June 21, 2012 at 11:56I am trying to compile some code for the f4 discovery board to send ADC readings to the USB as posted a while ago with the following note:''This is from an Example of CDC Virtual Com Port on the USB  for the Stm32f4Di...