Wouter van Oijen
Wouter van Oijen
**Description of the set-up** * STM32H753 * CubeMX 6.6.1 * STM32H7 HAL v1.11.0 **Description of the bug** The function `HAL_ADC_ConfigChannel()` contains the following check: ```c /* if ROVSE is set,...
In [`I2cMWrCfg`](https://github.com/analogdevicesinc/aducm355-examples/blob/103ca8ed9d95cf7a5b5e875bde2dd1af4eda7a3b/common/I2cLib.c#L246) and [`I2cMRdCfg`](https://github.com/analogdevicesinc/aducm355-examples/blob/103ca8ed9d95cf7a5b5e875bde2dd1af4eda7a3b/common/I2cLib.c#L276C5-L276C14) the address registers are incorrectly set for 10-bit addressing mode: * The addressing mode is determined based on the device address: 7-bit mode for addresses up...