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.

MCU-PLUS-SDK-AM243X: SysConfig and AM64x code samples

Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: SYSCONFIG

Hi. I'm starting a CCS project based on the TMDS64GPEVM eval board. As a first couple of steps I'm trying to use the gpio_input_interrupt sample and gpio_led_blink sample code from mcu_plus_sdk_am64x_08_01_00_36.
In looking at the code for the gpio interrupt sample I can't find where some of the defined terms are located, specifically GPIO_PUSH_BUTTON_BASE_ADDR, GPIO_PUSH_BUTTON_PIN, GPIO_PUSH_BUTTON_DIR, and GPIO_PUSH_BUTTON_TRIG_TYPE. Are these defined in an include file, or are they generated with SysConfig?


Additionally, is there a tutorial or video on using SysConfig? It looks like GPIO direction, trigger type, etc. are all parameters in the pin definition in SysConfig, so how are these multiple defines generated? Thanks.

Lee Thalblum