Does STM32H7xx SPI driver support adding delay between SCK and SS signals?
Usually peripherial SPI drivers support 3 delays to control signals timing:
- Delay from SS enable edge to first SCK edge (SS Idleness) - supported in STM32H7xx
- Delay between data (Inter-data Idleness)- supported in STM32H7xx
- Delay after SCK edge to SS disable edge (ASC in the picture) - seems to be not supported.
Does STM32H7 SPI support the third delay?
If not then, what is the value of it and does it depend on anything?
Can it be modified directly or indirectly by a different attribute?
