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

stm32f407vgt6

Posted on October 13, 2012 at 16:43hi,  i have stm32 discovery board(stm32f407vgt6) and a new stm32f407vgt6 ic.i want to program the new stm32f407vgt6 ic.so i change the hardware settings in my discovery board.In discovery board contains STM32F103C8...

vinothraj by Associate II
  • 2884 Views
  • 18 replies
  • 0 kudos

STM32F103RC SDIO

Posted on October 16, 2012 at 12:03Hi,I am using a STM32F103RC and successfully can access a 16GB SD card via SDIO.Every single try on a 32GB SD card fails.Is there some limitation? because any code I found (SDIO) works ok with <16GB and fails with ...

usb CDC control interface (can this be removed)

Posted on September 30, 2012 at 20:37I have the CDC example running great :)It pops up as 2 separate usb interfaces on my pc (0 and 1)I have noticed to send and receive data over the usb i only need the second interface. the first *control* interfac...

russdx by Associate II
  • 2873 Views
  • 22 replies
  • 0 kudos

Customizing Custom HID descriptor

Posted on October 10, 2012 at 00:12Hi, I need to set up a USB connexion between my computer and an STM32 device so I took the Custom HID example provided by ST and I'm trying to make it works as I want. I just want to send and receive up to 8 bytes ...

STM32L temperature trimming values 90° or 110°

Posted on October 10, 2012 at 09:25Hello, currently I'm evaluating the internal temperature senor of the STM32L151, but in the docs are different values for trimming values given. Sometimes 90° is stated somtimes 110°, so which value is correct? ...

hartmann by Associate
  • 689 Views
  • 3 replies
  • 0 kudos

DSP libraries

Posted on October 15, 2012 at 10:55I need to use DSP libraries such as  BasicMathFunctions, but I have a lot of error messages, you might describe the procedure to include these libraries??error messages like:.. \ main.c (18): error: ♯ 5: can not op...

orn by Associate II
  • 3417 Views
  • 21 replies
  • 0 kudos

Random using ADC

Posted on October 12, 2012 at 23:42 Hi, i try to do an elettronic dice with stm32vldiscovery. I want use 2 value read from adc i try to use this to process my data m_w = < choose-initializer >; /* must not be zero */ m_z = < choose-i...