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

32F411EDISCOVERY

I already bought 32F411EDISCOVERY and programmed it with my simple program. Where can I download the original firmware, which was with the purchase (it is not on the download page)?

PIvan.3 by Associate
  • 990 Views
  • 6 replies
  • 0 kudos

Resolved! STM32G474 Nucleo. Overclock example for HRTIM problem

I compiled example from st cube. I found in clock configuration this parameters:RCC_OscInitStruct.PLL.PLLM = RCC_PLLM_DIV6; RCC_OscInitStruct.PLL.PLLN = 85;This give to sysclk 177Mhz and it exceeds max frequency... when I set parameters to:RCC_OscIni...

MSzaj.1 by Associate II
  • 1208 Views
  • 2 replies
  • 0 kudos

STM32 USB Host HID mouse

Hi, I'm developing an application using a custom board based on STM32F429BI.Here is my setup/configurations- STM32 CubeMX 1.1.0 to generate code initialization.- Using USB_HS port configure as HOST- Using STM32 HID Host Driver- Using FreeRTOS- Using ...

0693W000000UYEHQA4.png