Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
drivers/spi: STM32: This solves SPI infinite loop on Tranceive
This commit loops on rx not empty only if rx_buf is enabled. And if rx_buf is not enabled, it loops on tx empty status. Signed-off-by: Affrin Pinhero <affrin.pinhero@hcl.com>
- Loading branch information