STM32 MCUs Embedded software

Ask questions and find answers on STM32Cube packages, including HAL, LL and middleware, and expansion software.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Firmware Boot from external SPI Flash in STM32L462

I am using the STM32L462CE MCU which is only single bank flash. Now, I need to store the firmware for OTA so how I do it?In the board, I have winbond external 2MB of SPI memory. So, how to setup this memory to run the my firmware if I stored the fir...

AP_040 by Senior
  • 716 Views
  • 4 replies
  • 1 kudos

assert_failed during RCC configuration

Hi, I use a STM32F767ZI. A project has been generated by using the STM32CubeMX. I have enabled the I2C_1 at 100kHz and set the HCLK to 216MHz (HSI->PLL, all clocks calculated automatically).A code gets stuck in stm32f7xx_hal_rcc.c at line:#if defined...

rb by Associate
  • 297 Views
  • 0 replies
  • 0 kudos

STM32F407 CDC dicovery Bord Windows 10 Code 43

I have start from scratch to enable the CDC (VCP) .Complie is ok.But if i connect the board to the LapTop i get Code43.Configuration:STM32CubeIDEVersion: 1.0.0Build: 2872_20190423-2022 (UTC)Windows 10 X64 If have inserted into CDC_Control_FS the gett...

SWitz by Associate II
  • 376 Views
  • 1 replies
  • 0 kudos

Resolved! STM32F030 Bootloader Go

I have the following situation. I use a STM32F030F4 flashed with a programm created with Keil uVision. I use startupfile provided from ST. Flashtool and Target dialog are configured in "default". The address for the app inside the flash starts at 0x0...

0690X000008iKqSQAU.jpg
klaus2 by Associate II
  • 1641 Views
  • 5 replies
  • 0 kudos

Problem using audio on STM32F7

Hi!I've been struggling for several days in trying to make a working audio example on my STM32F746 Discovery board.I have studied the datasheet of the codec, of SAI, I2S and the examples given in the STM32F7 firmware package.I have succeeded in makin...