Hello,
I am trying to implement the MT interface in my project. I followed the instructions provided by TI but when I compile the project, the following errors appear
1. Description Location Path Type Resource
unresolved symbol UART2_config, first referenced in C:/ti/simplelink_cc13xx_cc26xx_sdk_6_10_00_29/source/ti/drivers/lib/ccs/m4f/drivers_cc26x2.a<UART2CC26X2.oem4f> C/C++ Problem ZC_SW_TEST
2. Description Location Path Type Resource
unresolved symbol UART2_count, first referenced in C:/ti/simplelink_cc13xx_cc26xx_sdk_6_10_00_29/source/ti/drivers/lib/ccs/m4f/drivers_cc26x2.a<UART2CC26X2.oem4f> C/C++ Problem ZC_SW_TEST
The only way that I found to bypass these errors is to enable both UART and UART2 in syscfg instead of only UART. Is this something that is supposed to happen? If not, how can I fix it?
I am using the zc_switch example and haven't changed anything except the MT implementation.
I am also using simplelink_cc13xx_cc26xx_sdk_6_10_00_29.

