Resolved! STM32H7 Simple SPI Rx does not work
Hello,I am using SPI1 on STM32H743ZI MCU.When I use SPI Transmit Function it works well.But when I use :HAL_SPI_Receive(&hspi1, ads_buf, READBACK_LENGTH,500);ads_buf is still full of 0, it does not get filledI checked with logic analyser and it is wo...