Part Number: TMS320F28335
在使用TMS320F28335做设计时,打板回来,遇到一个问题,上电时序正常,但是串口功能(SCITXD)无法正常启动,需要硬件手动复位后,功能才能正常,请问是哪里的原因?
原理图和时序波形如下:
串口电路
复位电路
上电时序:粉色:1.9V 黄色3.3V 绿色:复位信号 蓝色:晶振信号
为上一张的放大图
为掉电时序图: 绿色:复位信号 红色:1.9V 黄色:3.3V
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: TMS320F28335
在使用TMS320F28335做设计时,打板回来,遇到一个问题,上电时序正常,但是串口功能(SCITXD)无法正常启动,需要硬件手动复位后,功能才能正常,请问是哪里的原因?
原理图和时序波形如下:
串口电路
复位电路
上电时序:粉色:1.9V 黄色3.3V 绿色:复位信号 蓝色:晶振信号
为上一张的放大图
为掉电时序图: 绿色:复位信号 红色:1.9V 黄色:3.3V
你好,参考下工程师的回复:
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).