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

Resolved! STM32H573: Ethernet - HAL_ETH_Init returns error.

I am using STM32H573 and trying to enable ethernet. I have used the below article for it:https://community.st.com/t5/stm32-mcus/how-to-use-the-lwip-ethernet-middleware-on-the-stm32h5-series/ta-p/691100But ethernet is not being initialized. The HAL_ET...

jowakar122_0-1747656677963.png

STM32G491 IAP

Hi,I'm working on firmware upgrade functionality for an STM32G491 series MCU. In our system, the MCU communicates with a processor over I2C, where the processor acts as the master and the MCU as the slave. Currently, we're using I2C1 on the MCU for t...

STM32 SDIO SD card initialization

Hi,I have an STM32F7 design with SD card connected via SDIO interface.In many posts I read that SD cards have to be initialized with a 1 bit wide bus and a clock of 400 kHz. Switching the bus width from 1 to 4 bit using the command HAL_SD_ConfigWideB...

JBurg.5 by Associate II
  • 382 Views
  • 1 replies
  • 0 kudos

Resolved! Ethernet Speed is not sufficient in STM32F767

Presently we are using STM32F767ZI for our ongoing projects. Our application demands high speed data transfer rate through ethernet. We are taking the help of UDP for transfer of real time audio data between 2 STM32F767ZI Nucleo Boards. Further we ne...

CMSIS only project for STM32F0

How do I get a non-HAL project going but with CMSIS for a STM32F051? I've seen a few references describing how to add various folders containing the required files to the projects build settings. The problem for me is the folders described do not exi...

U_db by Associate
  • 282 Views
  • 1 replies
  • 1 kudos

Resolved! Issue with HAL_Delay() and ThreadX

Hello everyone,I am encountering an issue with the HAL_Delay() function and ThreadX in my project. Before initializing ThreadX, HAL_Delay() works as expected. Specifically, the callback function:void HAL_TIM_PeriodElapsedCallback(TIM_HandleTypeDef *h...

JonConesa by Associate III
  • 362 Views
  • 3 replies
  • 1 kudos