UART pinout query
Quote from Kishan Hegde on October 12, 2024, 10:15 amWhile using the ADC example which is combined with a UART. As on the datasheet(electronics V3)it mentions
LPUART0 RX: PTC6 LPUART0 TX : PTC7.
But while routing this pins are not available since it used by LPUART1 . Even if I disable the LPUART1. Still those pin wont be showing while routing? Any solution for this
While using the ADC example which is combined with a UART. As on the datasheet(electronics V3)it mentions
LPUART0 RX: PTC6 LPUART0 TX : PTC7.
But while routing this pins are not available since it used by LPUART1 . Even if I disable the LPUART1. Still those pin wont be showing while routing? Any solution for this
Quote from Kunal Gupta on October 12, 2024, 10:27 amYou cant use pins PTC6 and PTC7 externally. Those pins are routed for Onboard UART at LPUART0. . So we have not exposed those pins on headers.
I didnt get one thing, you want to use ADC or LPUART? or you particularly want to use PTC7 and PTC6 pins only
You cant use pins PTC6 and PTC7 externally. Those pins are routed for Onboard UART at LPUART0. . So we have not exposed those pins on headers.
I didnt get one thing, you want to use ADC or LPUART? or you particularly want to use PTC7 and PTC6 pins only
Quote from Kishan Hegde on October 12, 2024, 10:35 amI am testing out the example codes which is already there. Adc_swtrigger_s32k144.
But in the board configuration the same pins are assigned to lpuart1.
I am testing out the example codes which is already there. Adc_swtrigger_s32k144.
But in the board configuration the same pins are assigned to lpuart1.