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.

66AK2G12: How do BOOTCFG_PADCONFIG resisters set? (SDK and GEL file for EVMK2GX)

Part Number: 66AK2G12
Other Parts Discussed in Thread: EVMK2GX

Hi,

The evaluation board "EVMK2GX" operates with evmk2g.gel which is installed with CCS.

(The GEL file location : C:\ti\ccs1010\ccs\ccs_base\emulation\boards\evmk2g\gel)

I cannot find where BOOTCFG_PADCONFIG resister settings (0262 1000h to 0262 140Ch) is described in the GEL file.

However, during operation, BOOTCFG_PADCONFIG resisters have setting value by seeing Memory Browser of CCS.

Why? Please tell us how BOOTCFG_PADCONFIG resister settings (0262 1000h to 0262 140Ch) is set when EVMK2GX operates with evmk2g.gel.

(for example: The seting value of 0x02621000 is 0x00140003.)

I am supposed to create new GEL file based on the evmk2g.gel for our PCB with 66AK.

In order to do so, I would like to know how BOOTCFG_PADCONFIG resister settings (0262 1000h to 0262 140Ch) is set.

I temporarily added as described below.

--------------------------

#define PIN_GPMC_AD0 *(int *)(0x02621000) 
PIN_GPMC_AD0 = 0x00040000u;

--------------------------

However, the setting value is not changed. I thought the setting value change from 0x00140003 to 0x00040000 though.

Regards.