STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 USART Programming

Posted on November 14, 2015 at 02:43I am trying to program the STM32F4 Discovery board through the UART and am having a very perplexing problem. I am getting into the bootloader through my program code, following the same method as the ST video that...

STM32L Program flash using bootloader over SPI

Posted on November 11, 2015 at 00:50I'm trying to understand which file I should write to flash using the STM32L bootloader. For instance, if I write the whole *.hex file to flash at the correct start memory address will the application load? Why no...

dstegs by Associate II
  • 481 Views
  • 3 replies
  • 0 kudos

USB Audio Device with I2S microphone

Posted on February 27, 2013 at 12:03Hi Is there a example project or somethin similar I can use as a foundation to use the stm32f4 discovery as a usb audio device? I want to stream the data of the on-board or an external mems microphone using the i2...

Bug in Cube F4 HAL_UART_IRQHandler

Posted on December 15, 2014 at 23:26* @file    stm32f4xx_hal_uart.c  * @author  MCD Application Team* @version V1.1.0* @date    19-June-2014There is a problem with HAL_UART_IRQHandler where received data will be lost.If you have a set of characters ...