Other Parts Discussed in Thread: SYSCONFIG
Hello,
following SimpleLink Academy for Sensor Controller Studio, SDK 4.10, I think documentation needs to be updated to reflect use of SysConfig rather than board files:
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.
Hi TER, thanks.
For now, I've resorted to commenting out these lines in the syscfg file:
/* ======== GPIO ======== */
var GPIO = scripting.addModule("/ti/drivers/GPIO");
//var gpio = GPIO.addInstance();
//gpio.$hardware = system.deviceData.board.components.LED0;
//gpio.$name = "CONFIG_GPIO_LED_0";
Removing GPIO completely from the UI results in Power policy errors.
For this SLA, wouldn't be easier to disable syscfg, see the SLA on syscfg on how.