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.

IWR1843BOOST: Bring out GPIO28 on pin P4 fails in SRR-MSS

Part Number: IWR1843BOOST
Other Parts Discussed in Thread: SYSCONFIG

Hello,

as I need one more GPIO I redefined P4 (SYNC_OUT) to GPIO28 via sysconfig.

Includes were added to mss_main.c

#include "pin_mux_config.h"
#include <ti/drivers/pinmux/pinmux.h>

in routine  SRR_MSS_mssProcessDataPathTask I added

Pinmux_Set_OverrideCtrl(SOC_XWR18XX_PINP4_PADBB, PINMUX_OUTEN_RETAIN_HW_CTRL, PINMUX_INPEN_RETAIN_HW_CTRL);
Pinmux_Set_FuncSel(SOC_XWR18XX_PINP4_PADBB,SOC_XWR18XX_PINP4_PADBB_GPIO_28);

pin_mux_config.h and the sysconfig file were added to the project directory.

During compilation this failed:

"../mss_main.c", line 741: error #20: identifier "SOC_XWR18XX_PINP4_PADBB" is undefined
"../mss_main.c", line 742: error #20: identifier "SOC_XWR18XX_PINP4_PADBB_GPIO_28" is undefined

Could you please tell me what went wrong here?

Thanks a lot!

Christoph