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

Examples on STM32U5A9J-DK not compiling

I am trying to flash BSP example from https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects esp. the ones for STM32U5A9J-DK. While trying to compile BSP : https://github.com/STMicroelectronics/STM32CubeU5/tree/main/Projects/STM32U5x9J-...

giteshk by Associate
  • 103 Views
  • 2 replies
  • 1 kudos

USBx MSC Standalone

I'm trying to get USBX MSC working in standalone mode on the STM32H573I Discovery board.I've come across a few tutorials for setting up USBX in VCP  mode and have attempted to adapt them for MSC, but I haven’t been able to get the USB to enumerate pr...

STM32H7 with FatFS on eMMC sometimes failing

Hello everyone,I have a project using the STM32H7, using FreeRTOS and with a FatFS (ChaN) runnin on a 4GB eMMC (Kingston), using peripheral SDMMC1.Normally everything works fine. SDMMC1 and FatFS (FAT32) are initialized at main, before OS, and is use...

TVare.1 by Associate III
  • 6825 Views
  • 24 replies
  • 0 kudos

Resolved! STM32U5 - USB and FreeRTOS?

I'm starting a project on the STM32U5G9, and one feature we want is USB connectivity, just a simple virtual COM port (CDC class).  Looking at the Middleware picker in CubeMX, the only USB-related items are USBPD (don't need Power Delivery at the mome...

dmarks-ls by Associate III
  • 851 Views
  • 12 replies
  • 9 kudos

processor goes to HardFault at __ISB

Hello, I've bought Riverdi board and I'm developing a code that uses Ethernet and act as TCP server.   The code sends "Hello word %d", i++ every 10ms on that TCP socket and it works fine,   but when I try to send some byte on client size it goes to H...

MauFanGilaMedical_0-1747125665262.png