STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F20x, USB HS (device). Can you give me an example ?

Posted on June 16, 2011 at 13:48I have a simple board with STM32F207 and USB PHY USB3300. But i can't find any example for STM32F20x's USB HS. Can you help me ? Of course, I know about examples for STM32F10x FS, but I need in example for STM32F20x's...

kovigor by Associate
  • 312 Views
  • 0 replies
  • 0 kudos

USART2 Error in SmartCard mode

Posted on June 15, 2011 at 12:51hi,    I used STM32F217ZG for my new project, and cofigure USART2 as SmartCard mode, the source code showed as following:&sharpdefine SAM_CLK_FREQ              (uint32_t)5000000 &sharpdefine SAMCARD_USART            U...

panpb by Associate
  • 422 Views
  • 0 replies
  • 0 kudos

The question on the stm3210b_eval_lcd.c

Posted on June 14, 2011 at 03:30In stm3210b_eval_lcd.c Why use static __IO in this definition TextColor and LCDType ? Put another wayI understand the static definition of the prefix stands for a static variable?but static sFONT and static __IO shoul...

lxnisme by Associate II
  • 891 Views
  • 7 replies
  • 0 kudos

stm32 and android

Posted on June 13, 2011 at 07:58Hi all, does it exist libraries and a toolkit for STM32 able to connect through Bluetooth smart phones android based to STM32? Is there any plan to devolop it?brazov2

brazov22 by Associate II
  • 742 Views
  • 3 replies
  • 0 kudos

FFT problem

Posted on June 14, 2011 at 13:46Thanks for reply.'data' is an array of floats casted to uint16_t, it works fine actually. I've noticed that in FFT example provided by ST input and output arrays for their fft function (x and y) are declared as long i...

FFT problem

Posted on June 12, 2011 at 21:42I'm trying to calculate FFT of this signal (using Keil uVision and STM32F103VB:but the result looks like this:Here's the code://///////////////////////////////////////////////////////////////const int N=256;void fft()...

0690X00000602inQAA.gif 0690X00000602fQQAQ.jpg

STM3210C_EVAL and LwIP implementation example (AN3102)

Posted on June 13, 2011 at 17:26Hi all. I tried to use the AN3102 example, which enable to implement the LwIP Ethernet stack on mu dedicated STM3210C_EVAL, composed of an STM32F107 µC. However, when I link it to the network or directly to my compu...

How to configure clock at 38 Khz with some other operation

Posted on June 11, 2011 at 00:22Hi All,      I want to configure the clock output at 32 Khz to 38 Khz in one of the pins and at the same time I want to send the data from USART. It is like two parallel operation; one pin is continuously generating t...

parag by Associate II
  • 675 Views
  • 2 replies
  • 0 kudos

Write in Flash problem error

Posted on June 13, 2011 at 15:25  I'm trying to write a half word in the flash memory. Every time the system starts my code  write a half word in flash, but it works only the first time. In the others times the data is not store(PGERR error), and st...