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.

AWR1843AOPEVM: SysConfig Tool

Part Number: AWR1843AOPEVM
Other Parts Discussed in Thread: SYSCONFIG

Tool/software:

Hello TI Team,

I am new to using the CCS IDE and need some guidance on creating a simple LED blinking project on the AWR1843AOPEVM.

Using the SysConfig Tool, I selected GPIO_2 as an output pin. This generated 3 files, which I saved in my LED_Toggle project folder. However, when I try to build the project, I encounter the following error:

"syscfg/pin_mux_config.c", line 41: fatal error #1965: cannot open source file "ti/drivers/pinmux/pinmux.h"

The syscfg/pin_mux_config.c file was generated through the SysConfig Tool and  unable to find the required pinmux.h file in the SDK (mmwave_sdk_03_06_02_00-LTS). 

Can you please help me resolve this issue?


Best regards,
Mitesh




  • Hi Mitesh,

    You can refer to the test code located at C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\drivers\gpio\test to create a simple LED blinking example. Syscfg is not used in 1st gen SDK -  mmwave_sdk_03_06_02_00-LTS.

    Code snippet to configure GPIO is present in Test_initTask function of C:\ti\mmwave_sdk_03_06_02_00-LTS\packages\ti\drivers\gpio\test\xwr18xx\main.c.

    Regards,

    Samhitha