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