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

Program update over USB

Hello,I was able to update F429 using boot-0 and CubeProg tool via USB. But requirement was to update without boot-0 pin. Please suggest alternatives for update from USB.Also wanted to know: I tried changing boot-0 to do DFU, using SW and HW reset bu...

GauravK by Senior
  • 2588 Views
  • 5 replies
  • 2 kudos

STM32F411CEU6 - RTC HW implementation

Hello, I want to ask what is necessary for implementation of 32.768khz RTC XTAL to STM32F411CEU6?In AN3060 I saw in chapter 3, fig6 that external load caps are not needed because they are implemented in STM32 MCU. Then I checked STM32F411CEU6 datashe...

MartinL by Associate
  • 534 Views
  • 3 replies
  • 6 kudos

Resolved! STM32G070CB bootloader/DFU?

I am trying to figure out how to DFU a STM32G070CB, but finding the available documentation utterly useless.. According to this document : AN2606 "STM32 microcontroller system memory boot mode", my chip STM32G070 uses "Pattern 11":#1. I know what the...

sgordon777_1-1736287354294.png

Debugger's "Step Over" acts incorrectly

Hi,I am just starting to learn the STMCubeIDE debugger's capabilities. I have tested all the essential functions of the debugger on a led blink project, and after everything worked fine I moved on to an I2C code that actually requires some debugging....

Vilius by Associate III
  • 790 Views
  • 3 replies
  • 0 kudos

Resolved! Driver STSW-link009 2.0.2 download problem

Hello, I can't download the usb driver STSW-link009 2.0.2 on the "st.com -> development tools"https://www.st.com/en/development-tools/stsw-link009.html#get-softwareWhen I click on "Get latest", I read the licence agreement and click to "Accept"."Get ...

Izitop by Associate II
  • 718 Views
  • 2 replies
  • 0 kudos

Resolved! Timer output influenced by other timer

Hi everybody,I have TIM15, configured to PWM generation, in one shot configuration, using OC1N output. The output is set to 0 and timer disabled.. When I later initialize TIM1, the output of TIM15 goes high at the instant the Update event is generate...

Resolved! M95P32 EEPROM using QSPI interface on Nucleo-L496ZGP

Board added to title; STM32L4 Label added.I started Working With M95P32 EEPROM which Supports QSPI . This is my code which is not working I don't understand why there is no error in transmit and receive code. But same EEPROM working with SPI.   void ...