How to force I2C-NACK in slave receiver by using NBYTES?
Hi everyone,I am using STM32G070 Nucleo board and work with I2C and use DMA to reload TXDR or read out RXDR. I built up a master that shall also be able to receive from other masters. Everything works fine so far. Now I want to limit the number of by...