User Activity

Hi everyone,I'm working on a 320*240 SPI LCD and I need to optimize the memory consumption and the refresh speed on it.At the moment I'm using 4 partial frame buffer of 9.6kB each (with RGB565 16-bit, so 4800 pixels per buffer), but, when I draw an i...
Hi everyone,I'm trying to enter STOP2 mode with a STM32U575 and exit from it with a LPTIM1 compare match. LPTIM1 is clocked with LSE, so it should be still working in STOP2 mode.Here is part of my code in the main funtion: /* Initialize all configure...
Kudos given to