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! 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...