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

Getting HAL_Delay() working in external loader

Hello, i created a custom external loader for a STM32F429 board.The problem is now, my code needs HAL_Delay() for generating short delays between flash device accesses. And the code freezes when executing HAL_Delay(). So i have read that interrupts a...

sk-st by Associate III
  • 109 Views
  • 3 replies
  • 0 kudos

USB PD enable display port [STM32N6 - SNK]

* board - STM32N6570-DK*  using STM Cube 1.19.0* Example - USBPD_SNK Goal - to enable Display port Problem - is i'm getting stuck with the current example.  It gets stuck at SVDM_deiscovery_identity part.  Which in that packet i should be able to sta...

PD_Example_results.png

ux_device_class_cdc_acm_read_run not working

I am developing a custom board using STM32H523RET6.It has a USB type C port, and I am trying to send some data from PC to the board through it, and decided to use USB CDC ACM with standalone mode. The code is based on this and this.ux_device_class_cd...

HaYa6174 by Associate III
  • 160 Views
  • 3 replies
  • 0 kudos

LwIP STM32h723zg

Hello.I've tried to implement the TCP client using freeRTOS, socekt API and LwIP middleware on STM32H723ZG.However, I cannot figure out why the connect() function in socket api doesn't work and stuck.Is there a example for nucleo-H723ZG with LwIP and...