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

HardFault & DMA Descriptor Memory Issues in STM32F746G-Discovery Ethernet (LwIP) – Need Guidance for Cloud POST API Integration

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code and a linker script content. Please read this post: How to insert source code. Hello Community, I am working...

STM32H573I - USB MSC device standalone

Just wanted to see if anyone could point me in the right direction regarding a problem I'm having with implementing a USB device using MSC in standalone mode. The code initialises correctly as far as I can tell but as soon as it gets into the main lo...

loz01 by Associate II
  • 87 Views
  • 3 replies
  • 3 kudos

how to save data into SD card

Hi,I want to save the data in microSD memory card(for e.g. 4GB) as a file using STM32H573 discovery kit. And gone through with internet search and got some information.  But unable to get the exact idea to how to start with or done it. Found one conn...

Rao by Associate II
  • 116 Views
  • 5 replies
  • 3 kudos

USB device not recognized with RNDIS using USBX

Hello,I am trying to get Ethernet-over-USB working on a STM32U585. I want to be able to use both RNDIS and CDC-ECM, but I decided to start with RNDIS first. After a lot of trial and error and research, I am running out of ideas as to why my PC does n...

KoCT by Associate II
  • 28 Views
  • 0 replies
  • 0 kudos

STM32F4, NVS with Zephyr

I am running into some issues standing up a basic non-volatile storage access with zephyr on the STM32F413ZH board.  I am trying to provision for 128 bytes at sector 0x08C0000 but for soem reason the offset keeps jumping to the end of the Flash memor...