User Activity

I tried to follow the SPI transmit using Registers https://controllerstech.com/spi-using-registers-in-stm32/look like in STM32H7 , it is changed significantly for example SPI1->SR => SPI2S_SR.TXPSPI2S_SR. EOT EOT: end of transferTXP: Tx-packet space...
I have attached my sample project with STM32H7https://1drv.ms/u/s!AuUAN7PWAxFS8l9pJ-mzXLp1vpXc?e=oFnJSXIn short, The basic function HAL_SPI_Transmit(&hspi1, aTxBuffer, 2, 1) work fine but it took a long time.For that reason, I tried to use HAL_SPI_Tr...
Sorry for my bad English. I am using NUCLEO STM32H743ZI2 with ADC multi-channel. I am using 3ADC: ADC 1, 2, and 3 independent mode triggered by TIM1CH1 The CPU clock is 400MHz using an external HSESTM32H7-> The TIM PWM works well, and it can trigger...