Hi,
I am using MIMXRT1064-EVK, I have connected two uart ports through a FTDI converter to PC
- {pin_num: L13, pin_signal: GPIO_AD_B1_10, label: DEBUG1_Tx}
- {pin_num: J13, pin_signal: GPIO_AD_B1_11, label: DEBUG1_Rx}
- {pin_num: M11, pin_signal: GPIO_AD_B0_02, label: DEBUG2_Tx}
- {pin_num: G11, pin_signal: GPIO_AD_B0_03, label: DEBUG2_Rx}
I have only RX, TX & ground lines through these converters.
If I connect any of these cables first to Laptop, then the micro USB cable to Laptop, am neither able to enter debug session nor reset the controller.
But once I connect the USB cable first, enter debug session, then connect USB serial cables, then next time onwards I am able to use the reset button SW9 or use IDE to reset.
Any help would be appreciated. Thank you.