MIMXRT1170-EVK LPUARTs

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

MIMXRT1170-EVK LPUARTs

跳至解决方案
1,280 次查看
andreas90
Contributor I

As far as I can tell from the schematic of the MIMXRT1170-EVK board, the only UART available for external access is LPUART1, either via J11 USB port or directly via the J31/J32 connectors. However, I've seen other people in these forums mention e.g. LPUART4 being accessible by the CM4 (https://community.nxp.com/t5/i-MX-RT-Crossover-MCUs/RT1170-EVK-how-enable-PRINTF-for-use-on-secondar...).

So to clarify, on the MIMXRT1170-EVK board, which LPUARTs can I access from which core, and which of these are actually accessible from outside?

0 项奖励
回复
1 解答
1,236 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @andreas90,

All LPUART modules are accessible to both cores.

As for which are accessible externally with the use of the Arduino Connector, that would be:

  • LPUART12:
    • GPIO_LPSR_06: TXD
    • GPIO_LPSR_07: RXD
  • LPUART11:
    • GPIO_LPSR_04: TXD
    • GPIO_LPSR_05: RXD
  • LPUART8:
    • GPIO_AD_02: TXD
    • GPIO_AD_03: RXD
  • LPUART7:
    • GPIO_AD_00: TXD
    • GPIO_AD_01: RXD
  • LPUART5:
    • GPIO_AD_28: TXD
    • GPIO_AD_29: RXD
  • LPUART3:
    • GPIO_AD_30: TXD
    • GPIO_AD_31: RXD
  • LPUART2:
    • GPIO_DISP_B2_10: TXD
    • GPIO_DISP_B2_11: RXD

Hope this helps!

BR,
Edwin

在原帖中查看解决方案

0 项奖励
回复
4 回复数
103 次查看
RahulRaj
Contributor I

For LPUART1 J31.2 TX, J32.2 Rx and J38.9 GND so like that all pins details of each UART and is parallel it will work or not like i want to use console and UART at same time.

  • LPUART12:
    • GPIO_LPSR_06: TXD
    • GPIO_LPSR_07: RXD
  • LPUART11:
    • GPIO_LPSR_04: TXD
    • GPIO_LPSR_05: RXD
  • LPUART8:
    • GPIO_AD_02: TXD
    • GPIO_AD_03: RXD
  • LPUART7:
    • GPIO_AD_00: TXD
    • GPIO_AD_01: RXD
  • LPUART5:
    • GPIO_AD_28: TXD
    • GPIO_AD_29: RXD
  • LPUART3:
    • GPIO_AD_30: TXD
    • GPIO_AD_31: RXD
  • LPUART2:
    • GPIO_DISP_B2_10: TXD
    • GPIO_DISP_B2_11: RXD

Explain for each one.

0 项奖励
回复
1,237 次查看
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @andreas90,

All LPUART modules are accessible to both cores.

As for which are accessible externally with the use of the Arduino Connector, that would be:

  • LPUART12:
    • GPIO_LPSR_06: TXD
    • GPIO_LPSR_07: RXD
  • LPUART11:
    • GPIO_LPSR_04: TXD
    • GPIO_LPSR_05: RXD
  • LPUART8:
    • GPIO_AD_02: TXD
    • GPIO_AD_03: RXD
  • LPUART7:
    • GPIO_AD_00: TXD
    • GPIO_AD_01: RXD
  • LPUART5:
    • GPIO_AD_28: TXD
    • GPIO_AD_29: RXD
  • LPUART3:
    • GPIO_AD_30: TXD
    • GPIO_AD_31: RXD
  • LPUART2:
    • GPIO_DISP_B2_10: TXD
    • GPIO_DISP_B2_11: RXD

Hope this helps!

BR,
Edwin

0 项奖励
回复
167 次查看
RahulRaj
Contributor I
For LPUART1 J31.2 TX, J32.2 Rx and J38.9 GND so like that all pins details of each UART and is parallel it will work or not like i want to use console and UART at same time.
0 项奖励
回复
1,226 次查看
andreas90
Contributor I

Thank you so much, that helps a lot!

0 项奖励
回复