on 2026-03-12 1:54 AM
This article provides answers to frequently asked questions regarding Parallel Synchronous Slave Interface (PSSI) and includes a list of useful resource links.
No. Transmitting and receiving data require the PSSI_PDCK clock. Without a clock connected to the PSSI_PDCK, it is impossible to send or receive any data bits.
Note that the PSSI_PDCK can be generated by an RCC (for example,MCO2) or by an external clock source (for example, a timer) connected to the PSSI_PDCK pin.
When configuring the PSSI_PDCK clock, ensure that the AHB clock frequency is at least 2.5 times higher than the PSSI_PDCK frequency, because the PSSI is mapped to AHB. This ratio is critical for proper operation. At frequency ratios lower than 2.5, data might be corrupted or lost during transfers.
The following STM32 devices have a known limitation:
Issue: Output mode not usable with both PSSI_RDY and PSSI_DE signals enabled
Description: In output mode, when both the PSSI_RDY and PSSI_DE signals are enabled (DERDYCFG[2:0] bitfield set to 011,100, or 111), the PSSI_DE signal may fail to indicate data validity.
As a result, output mode cannot be used when both PSSI_RDY and PSSI_DE signals are enabled.
Workaround: None.