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.

RTOS/TDA2EXEVM: bios pdk

Part Number: TDA2EXEVM
Other Parts Discussed in Thread: SYSCONFIG

Tool/software: TI-RTOS

hello, i have a same issue in tda2ex, details below:

after runing into system, i check the gpio2 reg 

CM_L4PER_GPIO2_CLKCTRL = 0x00020001
GPIO_SYSCONFIG  = 0x1d
after i reset gpio2 by set  
GPIO_SYSCONFIG  = 0x1f 
the  GPIO_SYSSTATUS can't  Reset completed , the value is always 0x0
the question i want ask is that :   why i can't reset gpio2 again 
but , when i set CM_L4PER_GPIO2_CLKCTRL [8] =  1, it reset ok. can you give me some help?