Part Number:TMS320F28335
在使用TMS320F28335做设计时,打板回来,遇到一个问题,上电时序正常,但是串口功能(SCITXD)无法正常启动,需要硬件手动复位后,功能才能正常,请问是哪里的原因?
原理图和时序波形如下:
串口电路
复位电路
上电时序:粉色:1.9V 黄色3.3V 绿色:复位信号 蓝色:晶振信号
为上一张的放大图
为掉电时序图: 绿色:复位信号 红色:1.9V 黄色:3.3V
user4187846:
有前辈遇到过类似问题吗?急
,
Ben Qin:
你好,我咨询下资深工程师,一旦得到回复会立即回复您。
,
Ben Qin:
你好,参考下工程师的回复:
Thanks for your question. So the most common reason for this is initializing the SCI module too quickly in the configuration code. For example:
Let's say you initialize the SCI module while the RX pin is still settling: you will get errors and issues in the SCI.
So I recommend initializing the SCI after the SCI RX pin has settled (maybe add a 100us delay before allowing the SCI module to exit reset).
,
user4187846:
嗯 是的 前两天已经通过这样解决了 非常感谢你!