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.

IWR6843AOP: How does IWR6843ISK-ODS & IWR6843AOP share the same code (binary)?

Part Number: IWR6843AOP
Other Parts Discussed in Thread: IWR6843ISK-ODS

Hi experts,

We are just migrating our chip from IWR6843ISK-ODS to IWR6843AOP. It looks like they share the same code and binary. But in the Overhead 3D people counting lab mss_main.c:

/* Setup the PINMUX to bring out the UART-3 */
Pinmux_Set_OverrideCtrl(SOC_XWR68XX_PINF14_PADAJ, PINMUX_OUTEN_RETAIN_HW_CTRL, PINMUX_INPEN_RETAIN_HW_CTRL);
Pinmux_Set_FuncSel(SOC_XWR68XX_PINF14_PADAJ, SOC_XWR68XX_PINF14_PADAJ_MSS_UARTB_TX);

It sets the PINF14 to MSS_UARTB_TX. but in the AOP datasheet Table 7-1. Pin Attributes (ALP180A Package), we can see the MSS_UARTB_TX associated pin is E2, not PINF14. Is there any mapping between them? Or should I do some modifications if I want to migrate our chip from IWR6843ISK-ODS to IWR6843AOP?