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

Ethern Config and ping test

Good morning, I've been trying to create a simple program for several days that allows me to ping from my laptop to my Nucle F767ZTI board, but to no avail. I'm using CUBE IDE 1.18. I initially followed a tutorial and was able to do it, but only in d...

SMusc.1 by Associate III
  • 55 Views
  • 1 replies
  • 0 kudos

Resolved! MATLAB/Simulink XCP protocol via LPUART1

Hi all,I failed to run Nucleo-G431RB board using Simulink "Monitor & Tune" mode via Simulink XCP protocol.I've got the error message at Simulink,"Could not connect to target application: XCP internal error: timeout expired, in response to XCP CONNECT...

JellyFish by Associate II
  • 5259 Views
  • 5 replies
  • 3 kudos

STM32F407 ETH Fatal Bus Error

During stress testing involving repeated startup and shutdown, a fatal error was encountered in the STM32F407 Ethernet (ETH) module.The issue was observed during the startup phase, where a problem occurred in the ETH DMA. The DMASR register indicated...

slow data rate with usb cdc on nucleo-h533

Hi All, I'm building an instrument that needs to stream data to a PC at ~4Mbps. People were claiming nearly twice this with USB CDC so I chose the nucleo-h533 board and started with the Ux_Device_CDC_ACM example. I disconnected the USART code and add...

MScha.8 by Associate II
  • 61 Views
  • 2 replies
  • 0 kudos

Resolved! rt-thread project

I created project in stmcube32mx for h5 microcontroller and it works if I manually replace bl main to bl entryin file startup_stm32h563zitx.s.If this manual replacing is a bug or on purpose?Jan

Jan27 by Associate II
  • 163 Views
  • 8 replies
  • 0 kudos

USB Printer with STM32

How would I go about implementing a USB host for a usb printer. I would like to send things through my STM32 to be printed. I’ve seen adaptations or some work done on the USB printer class as a device but I am unsure how I would do this as a host? An...