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

Erasing and writing flash by Bootloader fails

Hi,I am trying to use the ROM Bootloader on an STM32G071 Nucleo to upload code to the board. However erasing and writing to flash is not acknowledged by the G071. Other commands like reading from memory are acknowledged and return the correct data.I ...

Can I use both USB of STM32F723 as HID ?

I have STM32F723-DISCO board and I am designing project with two USB. First USB_HS is set as HOST and on it is attached mouse. Second USB_FS is set as Device and is attached to PC. The idea is to transfer descriptors from the mouse thru STM32 to PC. ...

IHadz.1 by Associate II
  • 374 Views
  • 0 replies
  • 0 kudos

Multiple STM32H7 Ethernet issue

I have seen the issues with DMA and the STM32H7 (here: https://community.st.com/s/article/FAQ-Ethernet-not-working-on-STM32H7x3), and I believe that I have implemented everything that was written there. To place all my variables into D1 SRAM, I repla...