User Activity

I've trying for days to get the LPBAM tool to work. The TempSense example project is similar to what i'm trying to do. I'd like to immediately stop2 on power up and continually sample 3 channels. The first condition i'm waiting for is IN1 > 1100, ...
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...