2023-06-05 05:31 AM
I am not asking about the i2c Bus busy / idle , need to verify if the LCD is busy or not ...the Busy flag bit D7 is used as the SDA in i2c mode so noway to directly read it ....solutions would be appreciated
Thank you
2023-06-05 06:54 AM
This is not STM32-specific.
The ST7032 can be only written through I2C so you can't read out the busy flag. So, you simply observe the required time for individual commands, i.e. don't write too quickly after previous command.
JW
2023-06-05 10:16 AM