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

LAN9353 using STM32H743

Edited by a ST moderator: Please kindly don't use capital letter as it gives the impression of "shouting" Hi Team, I am using stm32h743 to interface lan9353 (3 port ic). for the first step if i connect one end of the ethernet cable to board and anoth...

Vani_123 by Associate II
  • 56 Views
  • 1 replies
  • 0 kudos

Timer using DMA

HiI currently use a timer in interrupt mode that triggers every 50 µs and executes my function inside HAL_TIM_PeriodElapsedCallback. I also have another timer running every 1 second. To reduce CPU load, I want to replace the 50 µs interrupt-based tim...

avbST by Associate II
  • 51 Views
  • 1 replies
  • 0 kudos

Resolved! Sleep mode FreeRTOS

Hello all, I am doing some tests with a NUCLEO-U575ZI-Q Board and FreeRTOS. I have created a simple program based on a STM32 examples, the unit will go into EnterSTOP2Mode and wakes up when the button is pressed.This is the code I have on the main.c ...

jampino by Associate III
  • 66 Views
  • 1 replies
  • 2 kudos

STM32H723 PSSI DMA

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code. Hello,   i have a Project, where i have an FPGA connected...