STM32 MCUs Products

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Is it possible to automate flashing a STM32?

Hi, I've designed a custom board that has a STM32F411 and a STM32f446 on it. I would like to be able to have customers update the firmware on the boards as easily as possible. Currently, I program the chips using an ST-Link but can also program over ...

CDyer.1 by Senior
  • 3595 Views
  • 11 replies
  • 0 kudos

error undefined reference

Good morning when compiling a project to which I added files (.h and.cpp) returns the error of "undefined reference" on a function that is in these files. I also add that I added other files (always .c and.h) of which I called a function without havi...

Icont.1 by Associate II
  • 522 Views
  • 2 replies
  • 0 kudos

Resolved! Strange behaviour with STM32G474QE pin PB4

I use pin PB4 on STM32G474QE as normal GPIO output. The external load is ~20kOhm to GND.There is a strange behaviour after reset without any further initialization:1. It seems to be an internal pullup <10kOhm that drives the output to high2. Another ...

SStor by Senior
  • 1652 Views
  • 5 replies
  • 1 kudos

STM32H7x3I-EVAL2 board: free pins on the I/O extender (MFX)?

I need to hook few external signals to STM32H7x3I-EVAL rev. E, if possible without soldering or losing access to FMC, QSPI memories.This board is much busier than Nucleo, I can find only few free pins on the default pinout.The user manual (UM2198 rev...

Pavel A. by Evangelist III
  • 686 Views
  • 4 replies
  • 0 kudos

STM32F105RCT6 vs GD32F105RCT6

HiDue to a shortage of STM32F105RCT6 we need to use the GD32F105RCT6. So a firmware that is running on the ST MCU needs now to run on the GD MCU. Does anyone know if the GD32F105RCT6 is fully compatible with the STM32F105RCT6?Not just the pinout but ...

EGonc.5 by Associate II
  • 1871 Views
  • 5 replies
  • 0 kudos

PWM Output on STM32F031C6TX

HI all,Does anyone know how to configure the One Pulse mode on this chip using the HAL library?I tried producing a constantly on-pulse on a timer by setting the CCR value to be greater than the ARR value. And it produced no outputP.S: I accounted for...