Hello,
I am working with the DW3_QM33_SDK_1.1.0 in the following project path:
Projects/FreeRTOS/CLI/Type2AB
According to the documentation, the default UART pins are:
- TX = 51 (P0.07)
- RX = 50 (P0.08)
I would like to change these UART pins to use:
- TX = 34
- RX = 32
However, I am unable to find where the existing UART TX (51) and RX (50) pin definitions are located in the project files.
Could you please guide me on:
- Where the UART TX (51) and RX (50) pins are actually defined in the SDK/project?
- How I can modify them to use TX = 34 and RX = 32 instead for my experiments?
Any help or pointers to the correct file/definition would be greatly appreciated.
Thank you!