Other Parts Discussed in Thread: SYSCONFIG
Tool/software: Code Composer Studio
Sir,
I used CCS to import a CC1312R1 example project (sensor_oad_offchip) from SDK.
I noticed that I should use SysConfig tool to configure some system wide parameters, instead of
modifying the header files directly.
As to fit my board design, I have to modify some parameters, but I don't know how to.
1. I want to invert the following macros as defined in ti_drivers_config.h.
/* LEDs are active high */
#define CONFIG_GPIO_LED_ON (1)
#define CONFIG_GPIO_LED_OFF (0)
I navigated into TI DRIVERS APP -> LED. There are configurations for CONFIG_LED_RED and CONFIG_LED_GREEN.
But, I cannot find any items for what I need.
2. In TI DRIVERS APP -> BUTTON, I want to change the 'Pull' attribute of CONFIG_BTN_LEFT(RIGHT) from 'pull up'
to 'none'. Unfortunately, it is in lock state such that I can't change it. What can I do?
Thank you
Adam