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.

[Help]Problem about GPIO in dm6467t

Hardware: dm6467 1Ghz
software: DVSDK_3_10

I want to use GPIO40 as GPIO,
Below is my test code,is it right?
 

davinci_cfg_reg(DM646X_CIR_UART2);
gpio_request(40, "GPIO40");
gpio_direction_output(40,1);


thanks for you help.