STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

SD card FATFs

Posted on October 17, 2012 at 09:11Hi, I also want to know that how can we store data on SD card (using fatfs) that is not connected via any usb port etc instead it is inserted in the jacket mounted on eval board and the card is connected to the mic...

aambreen by Associate II
  • 310 Views
  • 0 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
  • 2059 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
  • 551 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
  • 2650 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...