STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Lwip is not working in CMSIS_V2

I am using stm32f756zg. In which i configure LWIP with FREERTOS cmsisv2. I am getting hard faults when ping devices from other devices.It works fine when I change FREERTOS cmsis v1 and increase the default task stake.

spate.2 by Associate III
  • 3559 Views
  • 14 replies
  • 3 kudos

USB project on H7a3 not running

i'm trying to learn about ST USB LIBRARY AND CLASSES . i tried to run an example on my stm32h7a3ZI-Q board but i didn't succeed . i tried the HID class to make the board act like a mouse . i really copied the MOOC tutorial video step by step and the ...

yessine by Associate III
  • 263 Views
  • 2 replies
  • 0 kudos

SDMMC FATFS and TouchGfx Memory Issues

I am using the STM32H7B3I-DK and trying to read and write from an SD card using SDMMC1 with TouchGFX running (also FreeRTOS). I have solved a NO_FILESYSTEM ERROR described here. While this allowed me to mount, open, and write to a file, I still get N...

how to use flash memory "the bare metal way".

Hello, everybody! I'm relatively new to STM32 microcontrollers and have a moderate knowledge of C programming and a fair understanding of electronics.Over the past few months, I've been learning to properly set up STM32F4 series MCUs, specifically th...

HellasT by Associate III
  • 2755 Views
  • 24 replies
  • 6 kudos

Resolved! VID of the connected device

Hi, I’m working with an STM32G0 MCU and utilizing the USBPD and USB_DEVICE Middleware packages.In my application, I need to detect if the connected device is running iOS. Since all Apple devices have the Vendor ID (VID) set to 0x5AC, I plan to use th...

siddhipandare_0-1737493757030.png

Resolved! Error in STM32Cube_FW_H7RS_V1.1.0

Hello,I'm working on a project where I'm using an STM32H7R3L8H6H and an MX25UW25645G. It isn't possible to get the Flash working on XSPI2 when using the ExtMemLoader generated by STM32CubeMX. I checked the example in the firmware package and found th...