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

How to resolve error error: ''SDIO_IRQn'' is undefined

Posted on November 13, 2015 at 07:48I am trying to run Micro SD card Read/Write code.But when i try to compile it in Keil  .I get the error''\main.c(141): error:  #20: identifier ''SDIO_IRQn'' is undefined ''.Just need help how to resolve it .I am u...

angy1551 by Associate II
  • 731 Views
  • 2 replies
  • 0 kudos

STM32F4 FFT spectrum

Posted on November 13, 2015 at 09:13Hey, I am going to use FFT in one of my projects, and I have stumbled upon a question. The output buffer from the fft is the spectrum only in the first half of the buffer or the whole buffer is the spectrum. I fou...

matas by Associate II
  • 587 Views
  • 2 replies
  • 0 kudos

STM32Cube on platforms like OS X or Web

Posted on September 22, 2015 at 17:28I happily use STM32Cube on my windows development machine but would much prefer the convenience of starting projects on my various machines. Has there been any discussion about porting STM32Cube to say OS X or mo...

jmberi by Associate
  • 890 Views
  • 7 replies
  • 0 kudos

Cube USBD USBD_LL_PrepareReceive CDC Example

Posted on August 11, 2015 at 18:21Hi, I'm using the Cube F1 1.2.0 libraries with an STM32F105R8T6 device. I have adapted the CDC example for the device but am having a problem with the the USB out bulk transfers. They work for some time until a poin...

SSolved ! : TM32F107 I2S clock setup using Stm32Cube

Posted on November 06, 2015 at 18:50I tried to setup  STM32F107 I2S for 48Khz -MCLK enabled using STM32CUBE.RCC is set to 72Mhz via HSE (X-tal).I2S clock is fed through it's PLL (i2SPLL) instead of SYSCLK, and set to 96Mhz (also tried diffferent val...

osiauhwa by Associate II
  • 449 Views
  • 1 replies
  • 0 kudos

USART1 interrupt

Posted on November 04, 2015 at 19:42Hi to all, I am encountering a problem using USART1 interrupt. I can correctly send data on tx line and I woul like to use interrupt to receive data from rx line. I enabled RXNEIE bit in CR1 and created the handl...

STM32F4 UART Rx Interrupt Overflow Error

Posted on November 09, 2015 at 19:23 Hello, I am currently attempting to get the HAL UART functions to read the incoming serial data from a GPS module. From a high level POV, I have the UART rx callback function set to parse the byte t...

STM32F4 Discover Pulse Counting

Posted on November 11, 2015 at 22:54 My end goal is that I want to count pulses that occur on one of the inputs on the STM32F4 Discovery dev board and I'm having issues. I found this post that seems to be doing what I want, but it's not q...

Bootloader over SPI for STM32F334

Posted on November 09, 2015 at 05:06Hi All,I am trying to upload my code to an STM32F334 over SPI. In section 2.5.1 Embedded boot loader of the RM0364 Reference Manual, it states the embedded boot loader can reprogram the flash memory through USART1...

previn by Associate II
  • 718 Views
  • 3 replies
  • 0 kudos