2023-02-28 05:39 PM
2023-02-28 05:56 PM
Hello everyone,
I have a application on STM32L5xx, I configuration I2C1 to slave mode,
when slave receive first unwanted command code, I want to response NACK to master. I judge the command code in AL_SMBUS_SlaveRxCpltCallback call back function, and set NACK bit at CR2 register but unfortunately cannot success.