User Activity

Hello,on the NUCLEO-H723ZG I would like to initiate a DMA transfer (Memory to GPIO ODR) on every 300 ADC EOC events. I have a DMA channel set up for the ADC (DMA1 CH0) and a DMA channel for writing the ODR of a GPIO. Since a single request generator ...
Hello,I am using an STM32WL55CC as SPI-Slave to read data from an SPI-master (1 master, 1 slave). I have an SPI master that is talking occassionaly and I'm waiting for a message to start with a specific start-byte (0x3A) until I start reading a chunk...