Part Number: LAUNCHXL-CC1352P
Other Parts Discussed in Thread: SYSCONFIG, , Z-STACK
I have a CC1352P-2 LaunchPad, Simplelink_cc13x2_26x2_sdk version 4.10.0.78, My project is based on the zed_sw example project.
I configured UART2 to use DIO16 for TX and DIO17 for RX. I configured this UART using SysConfig. I looked in BoardGpioInitTable[] in ti_drivers_config.c and the UART appears there and is correctly configured.
The problem is this UART is not working. I have a logic analyzer hooked up to DIO16 and DIO17 and I see nothing. My code is using the UART driver. My code works with UART1, but I want to use UART1 for debugger output. That's why I'm using UART2 to communicate serially with an external device.
I have a Launchpad without TDO and TDI.jumpers. The user's guide for the Launchpad says that DIO16 and DIO17 are available for use if the TDO/TDI jumpers are not present.
Is there something else I need to do to configure DIO16 and DIO17 for use as UART2?
Thanks,
Tim