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! interrupt priority for I2C with DMA on STM32G4

When using I2C with DMA on an STM32G4, is there a recommended relative ordering of the I2C event, I2C error, and DMA interrupt preemption priorities?I have not been able to find anything in documentation about this (though I might have missed it). Wh...

mjones37 by Associate
  • 195 Views
  • 1 replies
  • 0 kudos

SPI slave on STM32U535

Hi,I'm trying to implement SPI slave on STM32U535 ( I have also NUCLEO-U575I). I need the SPI slave to have 4 bytes communication, 1st byte is a command byte, that has 2 options of command, the next 3 bytes the slave sends the content of one of 2 arr...

lFurm.1 by Associate II
  • 205 Views
  • 2 replies
  • 0 kudos

STM32F405 + tlv320aic3204 - Audio Driver

Hi everyone, I hope someone can help me find or create a driver to communicate the tlv320aic3204 with the stm32f405 on my own custom board. I have been trying to replicate this tutorial (STM32 I2S ADC DMA & Double Buffering - Digital Audio Processing...

Time-based input capture

Hi all, I have an application where I'm trying to use input capture to capture pulse intervals in a specific period of time.  At maximum, the pulses will happen frequently enough that I can't use the straight interrupt capture with HAL_TIM_IC_Start_I...

DALI 2 DT8 Tuneable White software stack

Does anyone know if there are any software stacks available through ST that support DALI 2 colour tuneable (DT8) control gear devices (LED drivers). I can see that ST have a third party offering from MBS Solutions that claims to offer full DALI2 supp...

Bill2 by Associate
  • 142 Views
  • 2 replies
  • 1 kudos

TCP fasttmr

I have created TCP client on my STM32H723 module. Now I am stress-testing the code by abruptly closing the server before the TCP client could connect. As per my code it retries TCP connection after 30 seconds. But after multiple times the code freeze...

jowakar122_0-1746443447701.png