I2C LL
I have some questions about how to start I2C on LL.Firstly, I rewrote the HAL code in LL and was a little surprisedWhy does it take so much code to read the data? virtual Status::statusType ReadByteArray(uint8* buffer, uint32 size) override { if (...