flexio 配置为8080总线 WR引脚异常

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

flexio 配置为8080总线 WR引脚异常

1,432 Views
tim-wei
Contributor I

根据 AN12822 在IMRT1011中使用flexio仿真8080端口,在数据传输过程中 WR引脚在WR 写入数据的过程中发生一个脉冲,WR低电平20ns后发生一个时长10ns脉冲 整个低电平应该是50ns才对,这个脉冲是偶然发生的的不是每个写入的时候都会有

捕获.PNG

Labels (1)
Tags (1)
0 Kudos
4 Replies

1,353 Views
jeremyzhou
NXP Employee
NXP Employee

Hi,

非常感谢使用NXP产品,很高兴为你提供技术支持!
为方便分析,请问是否有找到复现此现象的步骤。

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

1,353 Views
tim-wei
Contributor I

在使用读取的时候这个现象很明显

FLEXIO_MCULCD_StartTransfer(base);
FLEXIO_MCULCD_WriteCommandBlocking(base, 0xD3);
FLEXIO_MCULCD_ReadDataArrayBlocking(base, commandParam, 4U);
FLEXIO_MCULCD_StopTransfer(base);
HX8357_Delay(2000);

0 Kudos

1,353 Views
jeremyzhou
NXP Employee
NXP Employee

Hi ,

我运行附件代码,验证了一下,并未发现你说的现象。

还有你说的现象是否影响代码的功能和运行结果。

Have a great day,
TIC

 

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

 

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos

1,353 Views
tim-wei
Contributor I

显示是正常的 就是逻辑风险仪看着有点问题。谢谢了

0 Kudos