User Activity

In documentation (RM0503), I2C CR1 register contains SBC bit field (Slave Byte Control), at position 16. Unfortunatelly, LL driver files (actually stm32u073xx.h, which is referred by driver files) have no corresponding defines.
Steps to reproduce are pretty simple:1. In "Pinout & Configuration", open "Middleware and Software Packs". Select "ThreadX". Enable "Core".2. In "Project Manager -> Advanced Settings, change all drivers from HAL to LL.3. Click "Generate Code" from Pr...