This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AWR1843AOP: Pins unlisted in mmwave SDK pinmux_xwr18xx.h

Part Number: AWR1843AOP
Other Parts Discussed in Thread: AWR1843,

Hello,

In the TI mmwave SDK pinmux for the AWR18xx sensors there is a gap in the pins defined, specifically pins 39 - 46 are unlisted. These pins are listed in the 16xx pinmux however are not listed in the 18xx or 68xx pinmuxes and are also NC in the EVM schematics. Can you please confirm if these IOs are functional for the x8xx sensors? 

Below is the code in pinmux_xwr18xx.h for SDK version 3.5

/** @name PINP8_PADBM
* PINP8_PADBM functionality
*/
/**@{*/
#define SOC_XWR18XX_PINP8_PADBM 38U
#define SOC_XWR18XX_PINP8_PADBM_TRACE_DATA7 0U /*< Debug Trace Output - Data Line*/
#define SOC_XWR18XX_PINP8_PADBM_GPIO_38 1U /*< General Purpose IO*/
#define SOC_XWR18XX_PINP8_PADBM_DMM7 2U /*< Debug Interface (Hardware In Loop) - Data Line*/
#define SOC_XWR18XX_PINP8_PADBM_DSS_UART_TX 5U /*< Debug UART Transmit [DSP]*/
/**@}*/ /*PINP8_PADBM_*/

/** @name PINN15_PADBV
* PINN15_PADBV functionality
*/
/**@{*/
#define SOC_XWR18XX_PINN15_PADBV 47U
#define SOC_XWR18XX_PINN15_PADBV_TRACE_CLK 0U /*< Debug Trace Output - Clock*/
#define SOC_XWR18XX_PINN15_PADBV_GPIO_47 1U /*< General Purpose IO*/
#define SOC_XWR18XX_PINN15_PADBV_DMM_CLK 2U /*< Debug Interface (Hardware In Loop) - Clock*/
/**@}*/ /*PINN15_PADBV*/

Regards