Part Number: CC1352P
Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
We are using "simplelink_cc13x2_26x2_sdk_3_40_00_02" and CCS 9.3.0.00012 for sub1Ghz product development.
Currently the development is on the CC1352P custom board..
board has 2 UART connection.
When generating syscfg configuration, both UART has same 0 index, so opening UART fails.
*
* ======== UART ========
*/
/*
* TX: DIO13
* RX: DIO12
*/
#define CONFIG_UART_0 0
/*
* ======== UART2 ========
*/
/*
* TX: DIO24
* RX: DIO19
*/
#define CONFIG_UART2_0 0