Other Parts Discussed in Thread: CC2640R2F, AWR1642
Tool/software: Code Composer Studio
The issue is regarding simplelink_cc13x2_26x2_sdk_3_20_00_68 SDK
the driverlib.c file that is present in the path (simplelink_cc13x2_26x2_sdk_3_20_00_68\source\ti\devices\cc13x2_cc26x2\rom )
has a command #include "../driverlib/aux_ctrl.h" but aux_ctrl.h file is not present in the path
(simplelink_cc13x2_26x2_sdk_3_20_00_68\source\ti\devices\cc13x2_cc26x2\driverlib)
due to this there is an error #1965 cannot open source file "../driverlib/aux_ctrl.h" the simple link package was downloaded from
http://www.ti.com/tool/download/SIMPLELINK-CC13X2-26X2-SDK with windows as an operating system
can you help me in finding aux_ctrl.h file.