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

How to make lwIP work on nucleo-stm32f756zg board?

I have a nucleo-stm32f756zg board. I can't make lwIP stack working, which I tested with ping. I have read the relevant documentation (e.g. rm0385, um1974). I have read the official stm32 tutorial for stm32H7 (https://community.st.com/s/article/How-to...

_legacyfs_online_stmicro_images_0693W00000bl4GFQAY.png _legacyfs_online_stmicro_images_0693W00000bl4KgQAI.png _legacyfs_online_stmicro_images_0693W00000bl4KCQAY.png
D'avid by Associate
  • 1358 Views
  • 1 replies
  • 1 kudos

Resolved! bootloader, ethernet and managing dual memory banks for software updates (NOTE: The MCU belongs to STM32H7 family)

I try to build system that communicate via ethernet and also wants to update software in the same way. The question is what is the best way to handle this kind of system?for example :1) my own bootloader + flash program x 2 ,bootloader will manage it...

M4D by Associate II
  • 1031 Views
  • 2 replies
  • 0 kudos

Resolved! Which port number for TCP ethernet communication?

I am using an stm32h23zg, FreeRTOS plus TCP stack to create a TCP client.I checked, I can bind the socket to many values (tried 1, 52 and 1000, all 3 worked) but I couldn't find any recommendation on which port to use.On computers it is usually recom...

GGODA by Associate III
  • 1772 Views
  • 1 replies
  • 0 kudos

Resolved! Problem implementing a simple bootloader on STM32H743

Hello, I am experiencing a problem implementing a simple bootloader similar to the one showed by ST on youtube. I decided to use 32K of flash for the loader, while the remaining flash is available for the application. Linker file of the bootloader:ME...

MLang.7 by Associate III
  • 1501 Views
  • 2 replies
  • 0 kudos

Resolved! HAL_Delay(1); takes 2ms

Hello I just found out that the HAL_Delay() delay actually takes 1ms longer than the desired value. Why?STM CUBE IDE 1.9.0STM32F072RBT6

_legacyfs_online_stmicro_images_0693W00000dDT36QAG.png _legacyfs_online_stmicro_images_0693W00000dDT31QAG.png
PNova.2 by Associate II
  • 7737 Views
  • 7 replies
  • 0 kudos

USB Host mode in STM32F429ZI nucleo board

Hi I'm using STM32F429ZI Nucleo board to work on integrating C270 Logitech camera through USB host. I'm not getting any interrupt in the USB IRQ handler when the device is connected. And it is said that LD8 LED will be ON when the USB is in device or...

_legacyfs_online_stmicro_images_0693W00000dDbZZQA0.png
RAnan.3 by Associate III
  • 1038 Views
  • 2 replies
  • 0 kudos