cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7 PSSI discrepancy between Datasheet and ref.manual

Hi,
Ref.manual (RM0477 Rev 8) in chapter 32.3.3 PSSI clock says

refman.png

In case when PSSI transmitting data, then RDY pin is input.
Datasheet (DS14360 Rev 2) shows setup and hold time of RDY pin (input) referenced to rising edge as well as data pins (outputs).

datasheet.png

I think that's a contradiction. So how is it really and to which edge do RDY setup and hold times relate ?
Thanks,
Michal Dudka

3 REPLIES 3
KDJEM.1
ST Employee

Hello @Michal Dudka,

 

Thank you for bringing this issue to our attention.

I will check internally this issue between the reference manual and datasheet. And, I will come back to you with details as soon as possible.

 

Thank you.

Kaouthar

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.

SofLit
ST Employee

Hello,

Do you mean the description in the reference manual is inverted? and should be:

When CKPOL = 0
– Input pins are sampled on PSSI_PDCK rising edge
– Output pins are driven on PSSI_PDCK rising edge
• When CKPOL = 1
– Input pins are sampled on PSSI_PDCK falling edge
– Output pins are driven on PSSI_PDCK falling edge

SofLit_1-1737647713810.png

To give better visibility on the answered topics, please click on "Accept as Solution" on the reply which solved your issue or answered your question.
PS: This is NOT an online support (https://ols.st.com) but a collaborative space. So please be polite in your reply. Otherwise, it will be reported as inappropriate and you will be permanently blacklisted from my help/support.

As I understand the timing diagram, that's how it should be. But naturally I have no idea which information is correct one. And the way to find it out is somewhat difficult (I would have to sweep the input signal and verify on the STM side when it interpreted it correctly)