STM32 MCUs Products

Ask questions, find answers, and share insights on STM32 products and their technical features.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Device Example for STM32F2xx

Posted on June 28, 2011 at 13:32Are any examples available that demonstrate the use of the STM32F2xx as a USB device on the OTG_FS interface? If not, what resources are available that will ease implementing a mass storage behavior? Thank you, Brian

btacke by Associate
  • 354 Views
  • 0 replies
  • 0 kudos

SPI & DMA - DMA irq not called out 2

Posted on June 01, 2011 at 14:45Hello, I encountered problems when trying to send SPI data by means of DMA. It seems that DMA transfer never starts. The sequence of configurations commands is as follow: 1) Enable SPI and DMA clocks     RCC_AHBPeri...

snafu by Associate II
  • 465 Views
  • 1 replies
  • 0 kudos

STM3232 discovery DAC problem

Posted on June 26, 2011 at 22:05Hello everybody,I have the following configuration: two stm discovery connecte via SPI, one configured as master and the other as slave. What I do is send SPI commands from the master to the slave, and base on the val...

How to get STM32F207 or STM32F217 lowest jitter 50MHz output

Posted on June 22, 2011 at 00:03I have three questions regarding clock configuration for the STM32F207 / STM32F217: 1. Is there any advantage to using any specific HSE frequency between 4MHz and 26MHz that is evenly divisible by 2, if the goal is t...

pmoore by Associate II
  • 434 Views
  • 3 replies
  • 0 kudos

replace stm32f103 with stm32L15x part

Posted on June 21, 2011 at 15:59it seems stm32L152 is almost pin to pin compatible with stm32f103. I am thinking to replace current design with L152 part. but I did find any ST documents talking about this. does anyone done this? any suggestion or t...

xzhang2 by Associate II
  • 712 Views
  • 2 replies
  • 0 kudos

driving SD card with SDIO_CK over 25Mhz

Posted on June 08, 2011 at 16:57Has anyone successfully worked with driving SD card with SDIO_CK over 25MHz? I'm working on a SD card project. I'm trying to increase SDIO_CK up to 48MHz. but I keep receive SD_ERROR 3 ''SD_CMD_RSP_TIMEOUT ''. SD car...

xzhang2 by Associate II
  • 1672 Views
  • 7 replies
  • 0 kudos

HardFault_Handler

Posted on June 21, 2011 at 09:26hello, I have dowload the example of HOST USB for stm32f105 (same for stm32F107) and when I compile my project (I have copy/paste all files in my project) i go into the inifinite loop of HardFault_Handler(). this happ...