STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F103xx Boundary Scan

Posted on March 07, 2012 at 15:21Hello, we use the STM32F103xx series for a long time now and want to know if it has boundary scan cells. Where can i find more information about the boundary scan possibilites of the microcontroller family of ST ? Fr...

duroyf by Associate
  • 280 Views
  • 0 replies
  • 0 kudos

CL1 & CL2 Value for Crystal (HSE)

Posted on February 29, 2012 at 16:49Hi, I have chosen this 25Mhz Crystal to be my next HSE:   http://at.farnell.com/abracon/abm8g-25-000mhz-18-d2-t/crystal-25mhz-18pf-smd/dp/1788523#similarProducts Datasheet: http://www.abracon.com/Resonators/ABM8G....

.Wav playout using STM32F4 via uSDcard

Posted on March 07, 2012 at 08:29I tried wave playout using the normal mode i.e. through Flash memory and the AUDIO_MAL_MODE_NORMAL, this worked fine. However when I try playout via uSDCard I find that the output is very noisy and defnitely corrupt...

akshaya by Associate
  • 278 Views
  • 0 replies
  • 0 kudos

USB Device (MSC): how to wait for data ?

Posted on March 06, 2012 at 05:20I'm trying  to implement USB device that emulates mass storage on USB FS, however, the data source  is approx. 10 times slower than USB FS transmit rate.I tried to wait in Mass Storage read callback for data, but it ...

dzuikov by Associate II
  • 476 Views
  • 2 replies
  • 0 kudos

STM32F4xx Flash Loader Demo

Posted on March 02, 2012 at 21:28Hi, I am trying to update the fash of STM32F407 by using the Flash Loader Demo V1.3, but it does not seem to communicate to my processor. I used this program to flash my STM32F10x series, but I don't know if it will ...

npham by Associate II
  • 734 Views
  • 5 replies
  • 0 kudos

STM32F4 USB library and examples

Posted on March 06, 2012 at 16:08I must be blind and stupid but I can not find the usb library or any device example code on the ST website. There is the host fw update demo yes, but no device mode examples? And the usb library is updated march 2011...

antti23 by Associate II
  • 212 Views
  • 0 replies
  • 0 kudos

I2C slave transmitter problem

Posted on March 02, 2012 at 11:49Hello. I'm trying to connect two stm32f4discovery boards through I2C. One will be the master receiver, and will ask for 4 bytes of data to the other (slave receiver). I found an example for the master receiver, and i...