User Activity

Hi.I'm working on a project using I2C on the U545, and I've noticed that all the HAL_I2C_Slave_* functions include the following:/* Enable Address Acknowledge */hi2c->Instance->CR2 &= ~I2C_CR2_NACK;However, the STM32U5 Reference manual states that wr...
Hi.I have a project that involves using an STM32U535 to control the LEDs shown in the picture.I feel it should be possible to control the COL-x signals with synchronized timers that also trigger DMA transfers to control the ROW-y signals, but I can't...