STM32 MCUs products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F107 SEND RECEIVE USART

Posted on January 30, 2013 at 18:58Im trying to send and receive data trought de serial RS232, but I am not able to send and receive messages with the pins RX and TX connected simultaneously. If I turn the TX only cable I get messages on PC but conn...

STM32F0xx clock configuration tool

Posted on July 29, 2012 at 14:17Hi all.AN4055 states that: ''The configuration tool is implemented in the �STM32F0xx_Clock_Configuration_VX.Y.Z.xls� file which is supplied with the STM32F0xx Standard Peripherals Library and can be downloaded from ww...

Help with I2S in STM32F4 Discovery

Posted on March 30, 2013 at 22:39Hello guys, I have problems trying to interfacing the stm32f4 with the CS43L22 by the I2S protocol. I was able to set up and send the configurations words by I2C and see the handshaking between those with my oscillos...

STM32F2 USB HS-Core VCP Win7 not working

Posted on January 21, 2013 at 04:00Dear All.I use STM32F205RCT6 and want to use VCP of USB HS-Core (PB13-15) with embedded PHY.I wanted to use FS-Core (PA11-12) because I did and succeeded already.But 64pin device doesn't include FS-Core.I use VCP p...

sw2sugar by Associate
  • 170 Views
  • 2 replies
  • 0 kudos

Latest CMSIS Library

Posted on April 03, 2013 at 23:14Hi all, After downloading, expanding, and comparing many firmware packages for F3 and F4 demo/eval boards, I've found that some common libraries are older than others. The most recent CMSIS I've found so far is v3.01...

gfuehrer by Associate II
  • 102 Views
  • 0 replies
  • 0 kudos

I2C code need

Posted on March 28, 2013 at 13:40hello ,i am using stm32f3 discovery kit which has inbulit accelerometer sensor.i need a code to read the accelerometer data.please help . #rtfm

raj2 by Associate II
  • 266 Views
  • 6 replies
  • 0 kudos

Audio Delay

Posted on April 01, 2013 at 11:27Hi , I noticed a minor issue with the audio codec,After the  initialization of the codec ,when trying to play some audio there is a lose of some audio at the beginning , the next time that i play ,everything is OK . ...

ADC Trigger TIM8

Posted on April 02, 2013 at 13:03 Hi, I create a TIM8 mode up and down using this Instruction TIM_TimeBaseStructure.TIM_Period = 2000; TIM_TimeBaseStructure.TIM_Prescaler = PrescalerValue; TIM_TimeBaseStructure.TIM_ClockDivisi...

0690X00000602l9QAA.jpg
bmwael1 by Associate II
  • 207 Views
  • 2 replies
  • 0 kudos

SysTick with custom HID problem

Posted on April 03, 2013 at 12:32Hello I have a problem with a SysTick working together with a custom HID (STM32_USB-FS-Device_Lib_V4.0.0). I am running at 72 Mhz, and if I don't init the USB my SysTick irq is firing every ms as I expect. However, i...

gurnett2 by Associate II
  • 179 Views
  • 1 replies
  • 0 kudos

STM32 sd card high capacity

Posted on April 03, 2013 at 10:38Hi everybodyI am working with stm32 to store data into a micro sdcard (64 Mega  Bytes) and everything works fine but when i decided to work  with sdcard(4 G  Bytes) i found a problem in sdcard initialization. #no-...