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

printf(), retarget and syscalls.c

I'm bringing up an STM32F103 part using a Makefile project generated by CubeMX. Previously I've always used the Keil IDE and during this switch I encountered some difficulty with retargetting printf. I implemented my fputc prototype as I usually woul...

Konami by Senior II
  • 792 Views
  • 1 replies
  • 0 kudos

STM32F407G-DISC1 board with debugger v2.0 can be powered from "anywhere", but STM32F407G-DISC1 board with debugger v2.1 needs power from a PC. Why?

I have two STM32F407G-DISC1 boards with the same firmware, one has debugger version 2.0 and the other has debugger version 2.1. The version 2.0 board always works perfectly, it doesn't matter if I plug the USB-cable into a mobile phone charger, batte...

arnold_w by Senior II
  • 509 Views
  • 3 replies
  • 0 kudos

Why is RTC not preserved on purpose now?

Hello there,In the L4 libs version 1.12.0 one can notice the following change in generated by CubeMX rtc.c file:Why is the ability to preserve RTC after reset removed by default? This is a 180 degrees change, without informing the user. Is this inten...

0690X000006BswVQAS.png

Missing USB CDC NUCLEO-F746ZG Cube Sample

Hello all.I'm trying to find a CDC same for the NUCLEO-F746ZG board but the latest cube I've downloaded (STM32Cube_FW_F7_V1.12.0) only contains the following:DFU_StandaloneHID_StandaloneMSC_StandaloneCould somebody please point me where I could find ...

Nucleo-H743ZI board and printf / SWO not working

After implementing this video: https://www.youtube.com/watch?v=BwgPV3uKuzY we expected the printf output to work but for some reason, there is no output.I checked the SB10 link and it is connected under the board with a 0 ohm resistor.Any ideas or he...

FDixo by Associate III
  • 3904 Views
  • 9 replies
  • 0 kudos

WKUP/PA0 as GPIO until suspend

Hey everyone, I've been playing around with my NUCLEO-F429ZI and love it. I have a quick question though which isn't really clear in the datasheet. Is it possible to configure the WKUP as a normal GPIO input when the device is awake, and then only co...