When does the FlexIO shifter read data from input pin

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

When does the FlexIO shifter read data from input pin

433件の閲覧回数
Fanta
Contributor I

Hi,

I'm learning to use FlexIO in S32K3. I set the shifter in receive mode and the shift occurs on the positive edge. About the function of shifter, I wonder which description below is correct.

1) When there is a positive edge, the shifter reads one bit data from the input pin first, and then the shift occurs.

2)The shift occurs first, and then the shifter reads one bit data from the input pin.

Thanks

0 件の賞賛
返信
1 返信

417件の閲覧回数
danielmartynek
NXP TechSupport
NXP TechSupport

Hi @Fanta,

When the shifter is configured to shift on a positive edge, the sampling and shifting are effectively synchronized with that edge. So, at the moment of the positive edge, the shifter samples the input pin and shifts the sampled bit into the shift register.

 

Regards,

Daniel

0 件の賞賛
返信