2022-06-30 12:23 AM
2022-07-06 01:02 PM
The Seq HAL functions are for sequential transfer with a repeated start condition and need some special treatment. Are you doing that? If yes, show more code. If not, use the HAL_SPI_Transmit/Receive_IT API functions. Sample code comes with the STM32Cube_FW_G0_V1.6.0 firmware.
hth
KnarfB