STM32 MCUs Embedded software

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Resolved! Check I2C DMA position during onging write

I am currently trying to figure out at what byte the slave sends a NACK during an I2C master write transfer.When the slave sends the NACK after X bytes the error callback is called. Inside the error callback I am having trouble finding out at what by...

Resolved! STM32H523 classic USB CDC library

Hi,I am creating a project using the STM32H523 microcontroller. One of the planned functionalities is USB CDC communication with a computer (as a virtual COM port device). Since I do not plan to use RTOS, I would like to use the classic USB library.I...