Hello All,
I'm laying out a new circuit based on the Teensy 4.1 design and want to access more of the features available on the iMXRT1062 including a 16-Bit LCD interface. The challenge I'm having is that the LCD_DATA09 pin (GPIO_B0_13) of the interface is being used in the bootloader connection (Fig 1). My first thought was to use the XBAR feature of the chip to send the LCD_DATA09 signal into XBAR1_IO11 (both on pin GPIO_B0_13 [Fig 4]) and then access it through XBAR1_IO19 (which is on pin EMC_14 [Fig 3]) as shown in Fig 2.
Can XBAR be used to route different internal signals to various pins OR is XBAR only used to route external signals into one pin and out another? If so is there example code to show how to do this?
Follow up question, is there a better way around my problem of an already utilized GPIO_B0_13 pin? Maybe, using another pin in the bootloader interface without having to alter the bootloader code?
Thanks for reading!
I'm laying out a new circuit based on the Teensy 4.1 design and want to access more of the features available on the iMXRT1062 including a 16-Bit LCD interface. The challenge I'm having is that the LCD_DATA09 pin (GPIO_B0_13) of the interface is being used in the bootloader connection (Fig 1). My first thought was to use the XBAR feature of the chip to send the LCD_DATA09 signal into XBAR1_IO11 (both on pin GPIO_B0_13 [Fig 4]) and then access it through XBAR1_IO19 (which is on pin EMC_14 [Fig 3]) as shown in Fig 2.
Can XBAR be used to route different internal signals to various pins OR is XBAR only used to route external signals into one pin and out another? If so is there example code to show how to do this?
Follow up question, is there a better way around my problem of an already utilized GPIO_B0_13 pin? Maybe, using another pin in the bootloader interface without having to alter the bootloader code?
Thanks for reading!