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

I'm working with a STM32U575 MCU and want to implement a USB Host Connection. But i miss the MSC Classe Driver Stuff.

I want to read/write to/from a USB Stick so i need a Masss Storage Class.So i set up a CubeMX Project and set the USB_OTG_FS to Host_Only, but there is nothing more then this.i was checking out the examples and found a lot of stuff for all other MCUs...

PWeiss by Associate II
  • 1303 Views
  • 3 replies
  • 2 kudos

I am working on STM32G071RBT6 bootloader. I want to configure the board in boot mode from system memory (BOOT ROM) to interface with Flasher STM32 software utility.

I want to know the steps to enter my Nucleo-G071RB in boot mode from system memory. Do i have to do it extenally through hardware or by configuring FLASH_SERC register bits in software. Please guide

0693W00000NrJPwQAN.png 0693W00000NrJPrQAN.png
Kunal by Associate II
  • 405 Views
  • 0 replies
  • 0 kudos

STM32H7 Ethernet Big Data

Hi everyone, I started a new project with STM32H7-DISCO and need to receive 64KB of data via UDP. I tested ST example with FreeRtos but it gives a hard fault above 4KB. I tried many things such as increasing descriptors and MPUs according to these de...