i.MX RT1060 Serial Internal Boot Mode with LPUART1 Connected to USB-Serial Cable

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

i.MX RT1060 Serial Internal Boot Mode with LPUART1 Connected to USB-Serial Cable

跳至解决方案
440 次查看
MulattoKid
Contributor IV

Hi,

I'm experiencing a strange issue on a RT1060 where if I have the boot pins configured as internal boot and have a USB-Serial cable connected to LPUART1 (which is used when in Serial Downloader mode) the MCU seems to crash. It doesn't boot the FW and doesn't enter Serial Downloader mode (Secure Provisioning Tool is unable to connect).

I've narrowed it down to the LPUART1_RXD (GPIO_AD_B0_13) being connected. Without it being connected the MCU boots fine. It also seems to persist between resets. I.e. if I power on the MCU with LPUART1_RXD connected to the USB-Serial cable it doesn't boot, and if I disconnect LPUART1_RXD and reset the MCU it still doesn't work, but if I power cycle after disconnecting LPUART1_RXD it works.

Any ideas what could cause this? Does the boot ROM read the state of LPUART1_RXD even in internal boot mode (but a reset should re-trigger any logic related to that, right)?

Thanks,
Daniel

标签 (1)
0 项奖励
回复
1 解答
419 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello, hope you are well.

It is not suggested having signal applied to the pins before powering up the MCU, this may lead to issues like booting.
First, the ROM code polls the UART1 signals from TXD1/RXD1. Add a 10-kΩ pull up resistor to the TXD1/RXD1 pins to avoid an invalid trigger of the UART port.

Best regards,
Omar

在原帖中查看解决方案

0 项奖励
回复
2 回复数
420 次查看
Omar_Anguiano
NXP TechSupport
NXP TechSupport

Hello, hope you are well.

It is not suggested having signal applied to the pins before powering up the MCU, this may lead to issues like booting.
First, the ROM code polls the UART1 signals from TXD1/RXD1. Add a 10-kΩ pull up resistor to the TXD1/RXD1 pins to avoid an invalid trigger of the UART port.

Best regards,
Omar

0 项奖励
回复
324 次查看
MulattoKid
Contributor IV

Hi @Omar_Anguiano,

Thank you for the information!

0 项奖励
回复