User Activity

Hello,I need to transfer more data, than I could afford to store in memory with an SPI Master. So I thought to use the circular DMA to update the data using HAL_SPI_TxHalfCpltCallback and HAL_SPI_TxCpltCallback.But how can I stop the SPI transmission...
Hello,for a measurement task, I have to perform an ADC readout a certain time after a rising edge occurs from an external device.My idea was to use the HRTIM with an external event but I am unsure if it is possible to trigger a timer start with an EE...