HI , i was using sln_local_iot_local_commands_demo example project . where we get the debug info through USB. i need to enable lpuart 6 to send out some info to my main board, can someone help on this.
Solved! Go to Solution.
hey, kerryzhou issue got resloved .
If you open the attached the schematic of RT106L, you can find the serial port header. j26 connect to uart 6 pins
To receive UART output, could you try the following again?
5.Now build the project again and run the local voice demo. Make sure the serial speed is 115200.
Hi venugopal_v,
If you want to use the lpuart 6 interface, you need to check these points:
1. Which lpuart6 pins you want to use, whether that pin is fan out in your board, you can check the schematic.
You can check the related pin is available in your board or not. You must need to check the hardware board can support the related pin in the schematic.
2. In the code, you need to configure the select pin as the LPUART6 pins.
More details, I think you can refer to the RT1060 SDK LPUART driver code, or the helloworld, in the pinmux.c you will find the UART pin configuration code, and the related LPUART configures code.
Wish it helps you!
If you still have questions about it, please kindly let me know.
Kerry
hey, kerryzhou issue got resloved .
If you open the attached the schematic of RT106L, you can find the serial port header. j26 connect to uart 6 pins
To receive UART output, could you try the following again?
5.Now build the project again and run the local voice demo. Make sure the serial speed is 115200.