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

Resolved! STM32G0B USB error during initialization, SOLVED by modifying your library

in usb library in the file generated by STM32CubeMx for the STM32G0B1 * @file          : Target/usbd_conf.c * @version       : v3.0_Cube * @brief         : This file implements the board support package for the USB device libraryin function void HAL_...

GPREV.1 by Associate II
  • 966 Views
  • 2 replies
  • 2 kudos

Update MCU firmware (RMII and external flash)

Hello,I own a Nucleo-H723 and I would like to know how to update the MCU firmware using the ethernet port to transfer data. I want to send the bin/hex file over TCP (LwIP) and store the file in a external flash (QSPI), as I am not sure that the MCU f...

inigo1 by Associate II
  • 1470 Views
  • 4 replies
  • 0 kudos

Resolved! FAQ: Error flashing Zephyr firmware with STLINK-V3MINI (SWD) by openocd runner in steval_stwinkt1 dev kit.

I tried to flash Zephyr Firmware by DFU and I the firmware flashed as I expected.In the other hand, I tried flashing firmware by STLINK-V3MINI something raise an error.This is the contents of board.cmake file:# west flash -r openocd   # west flash -r...

0693W00000bhHOTQA2.png 0693W00000bhHQQQA2.png
RArte.1 by Associate II
  • 2170 Views
  • 1 replies
  • 0 kudos

What is the register behavior of "rw_wt"?

I'm trying to understand the register behavior of rw_wt.In the RM0090, Ethernet DMA transmit poll demand register (ETH_DMATPDR) has a register. this register declared as "rw_wt". But I don't know how rw_wt work.Could you please clarify the register b...