Reading I2c with sub-address
Hello All.
Reading a register value from an I2C device assumes: Writing the device address-> Writing the register address without STOP-> Reading the value . I am trying to figure out if I can do it using only available HAL functions but I don't see how. Simple Write followed by Read includes STOP, which is not in full compliant with the rules.
Yes, if needed, I can rewrite everything but maybe there is an option, which I don't notice?
I use STM32G0B0 with HAL libraries.
