Hi Maya,
When you set the slave address to 0x00, which in fact send a START BYTE.
Please check below picture about I2C first byte definition:

In this case, there with below start procedure:

From I2C bus specification, An acknowledge-related clock pulse is generated after the START byte.
This is present only to conform with the byte handling format used on the bus. No device is allowed to acknowledge the START byte.
So you observe signal is normal.
More detailed info, please check with I2C bus specification page 17.
Wish it helps.
Have a great day,
best regards,
Ma Hui
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------