Goal
Have a DWM3001CDK running the UCI firmware talk over HW UART pins (not over the board’s USB-CDC “virtual COM” port).
What I’ve done
- Flashed the UCI program to the CDK.
- Ran
run_fira_twr.pyfrom.../SDK/Tools/uwb-qorvo-tools/scripts/fira/run_fira_twr/. - Ranging works via the USB virtual COM port.
What I want next
Use the same python script but this time with a USB-to-UART dongle on the Raspberry-Pi header pins of the CDK and get the same UCI I/O.
Questions
- Can I enable UART pins from the UCI side (without switching to the CLI app)?
- If firmware changes are needed, what do I change?
Thank you in advance for the help!