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

__IO, gcc and core_cm0.h

Posted on April 02, 2014 at 04:00Hello,I am porting the Custom HID demo project that is included with STM32_USB-FS-Device_Lib_V4.0.0 library to work with my gcc-based toolchain.  I have previously successfully ported other code (specifically, from O...

pgregson1 by Associate III
  • 842 Views
  • 7 replies
  • 0 kudos

arm_cfft_radix2_f32 in CMSIS DSP

Posted on April 02, 2014 at 10:48Hi, I am trying to use CMSIS DSP library functions to compute a FFT. I have a Discovery F407 board and I'm using STM32F4-Discovery_FW_V1.1.0 libraries/support. When I use function arm_cfft_radix4_f32() then everythi...

d_1 by Associate II
  • 762 Views
  • 2 replies
  • 0 kudos

TIM1 to control DMA peripheral-to-memory (8 ADCs)

Posted on April 02, 2014 at 01:50 Hello, Me again with basic questions. I am still trying to acquire from a bank of ADCs. 8 SAR ADCs in parallel on my stm32f429i-disco. From previous forum posts, and my own attempts, it appears I canno...

matteo by Associate II
  • 1129 Views
  • 4 replies
  • 0 kudos

Word size of stm32l100

Posted on March 29, 2014 at 04:14What is the Default 'Word' size of stm32l100 #portable #tm32l100 #word-size #stdint.h

sundar by Associate II
  • 2682 Views
  • 4 replies
  • 0 kudos

STM32L 151CB USB driver does not work on WIN 8

Posted on March 31, 2014 at 06:45Hi All.,STM32L151CB works as USB Mass storage device using USB driver from Keil '' http://www.keil.com/download/files/stm32_usbmem.zip    '' It works well on Win XP, but it fails on Win 8.Anyone can advice me.Thanks ...

I2S control of simple mono codec (NAU8814 / WM8510)

Posted on April 01, 2014 at 22:45Hi, is here possibly anyone who has tried already to connect the STM32 I2S interface to a simple mono codec as NAU8810 / NAU8814 / WM8510 (which I think all are quite compatible on the software side)? I would like to...

flyer31 by Senior
  • 568 Views
  • 0 replies
  • 0 kudos

External Interrupt Slow to Respond

Posted on April 01, 2014 at 17:23I've got an external interrupt configured for an IO pin. It is configured for rising edge:   /* Select the EXTI Line7 as the GPIO pin source */   SYSCFG_EXTILineConfig(EXTI_PortSourceGPIOB, EXTI_PinSource7);   EXTI_I...

jvavra by Associate III
  • 375 Views
  • 1 replies
  • 0 kudos