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

STM32 I2C interupt not being pended

I am trying to write my own I2C driver but I have been having an issue that after sending the start condition both SCL and SDA lines go low and stay that way. After some painful debugging I realize that the I2C event interrupt handler is not being ca...

Resolved! STM32H7 SPI and DMA transfer/receive issue

I want to transfer a buffer and receive a buffer of data using a full duplex SPI port with DMA on a STM32H7S3L8H (on the NUCLEO-H7S3L8). My problem is I am not able to modify the transfer buffer and have the modified version sent. I only need to modi...

JBias_0-1743204832297.png JBias_1-1743205158404.png
JBias by Associate III
  • 438 Views
  • 3 replies
  • 1 kudos

Resolved! HAL UART Issues

Hi, I had to recently work on an application that makes use of the UART, and encountered some issues in the HAL (most recent version provided by CubeMX):1) Hal bug?Drivers/STM32G4xx_HAL_Driver/Src/stm32g4xx_hal_uart.c, Line 3825:3831if (!(IS_LPUART_I...

H753ZI - UsbX Device not recognized error

Hi,I'm having an issue implementing USB device composite functionality on my Nucleo-H753ZI board. I've been following the tutorial series at https://community.st.com/t5/stm32-mcus/how-to-implement-the-usb-device-composite-class-in-stm32-using/ta-p/64...

ugurtumer4_2-1743059172157.png ugurtumer4_0-1743059098096.png ugurtumer4_1-1743059126900.png ugurtumer4_3-1743059300672.png