STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

USB Driver issues

Posted on June 10, 2013 at 16:30In the user manual for the discovery board, it says that an installation wizard should appear when I connect the board to my computer for the first time, but that didn't happen.  I downloaded the driver from here: htt...

mattfox by Associate II
  • 736 Views
  • 4 replies
  • 0 kudos

FSMC with Display, Ram & Flash possible?

Posted on June 10, 2013 at 17:57Hi, is it possible to use this two or three Devices on the FSMC or what is the max of possbile peripherials on the FSMC bus? I wanted to connect my Display and an external SRAM (like the one of the STM32 Eval Board) w...

ersan by Associate II
  • 462 Views
  • 1 replies
  • 0 kudos

Stm32f407 FatFs + USB MSD, Example

Posted on June 10, 2013 at 15:00Hi! I need to make MSD USB interface to read data from SD Card. Its my first attempt to mass storage class. I'm using fatfs library (http://elm-chan.org) with LFN option. Im looking for some examples for fatfs (I don...

zbiku11 by Associate II
  • 1132 Views
  • 5 replies
  • 0 kudos

CMSIS DSP library and FPU configuration

Posted on June 06, 2013 at 21:35I tried for an entire afternoon to configure my IDE for compile CMSIS DSP library.I don't know if there's somebody that is even duller than me but i want to give help to those people...Here there's what i did:1) Add t...

dario by Associate II
  • 1484 Views
  • 3 replies
  • 1 kudos

mac filter

Posted on June 09, 2013 at 12:53hello everyone i have written a program that sends and receives Ethernet Frame but i have a big problem in receiving Frame.it only receives frames which have the following mac address: 0xff:0xff:0xff:0xff:0xff:0xff . ...

Interfacing 8-bit DPRAM with STM32F407VGT6

Posted on June 07, 2013 at 20:17I need to interface the STM32F407 to a 1K x 8 DPRAM (7C131). The 100 pin STM32F407 package I want to use does not support nonmultiplexed address and data. I have no problem in using a latch to de-multiplex the A0-A7 f...

cwparker by Associate II
  • 599 Views
  • 1 replies
  • 0 kudos

multichannel adc stm32f4

Posted on August 24, 2012 at 00:41stm32f4-discoveryI am impressed with the built-in 12bit adc. I want eventually to read 12 voltages at 10Hz or greater. I am going to simplify the problem to 2 channel add and expand to 12 once that is working. I rea...