Working with a Nucleo U575ZI-Q dev kit and STM32CubeIDE. I would like to sample ADC4 using LPTIM1 @4khz, transferring data to a buffer of 256 samples, and then wake up after 256 samples to process the data, then start all over again... I can get th...