While working on I2C firmware for STM32F0 device, possible typo/errata in RM0091 - where could I submit this to ST?
RM0091 page 628/1004
document DocID018940 Rev 9.
Existing text: "The byte counter is always used in master mode. By default it is disabled in slave mode, but it can be enabled by software by setting the SBC (Slave Byte Control) bit in the I2C_CR2 register."
Should read: The byte counter is always used in master mode. By default it is disabled in slave mode, but it can be enabled by software by setting the SBC (Slave Byte Control) bit in the I2C_CR1 register."
(the SBC bit is in CR1, not CR2, and is correctly shown in section 26.7.1 Control Register 1.)
I'm new to STM32 world - is there a way to submit this as a possible document error?
Thanks!
Dave