-
Enhancement
-
Resolution: Implemented
-
Medium
-
TI Device Drivers
-
TIDRIVERS-5695
-
TIDRIVERS_7_10_00
-
SPI Driver behavior change:
- Existing behavior: when a partial return SPI transaction is completed, all queued transactions are cancelled.
- Improvement: support for partial return queued transfer
This feature (queued transfer) would instead allow the next queued transaction to be started instead of cancelling it. This would be within the Hwi of CS GPIO to allow the next transfer to be setup faster.