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.

DM3730: dm3730 timer

Part Number: DM3730

hi:

because lcd do not  connect to pwm timer in hardware, so I need to read dm3730 timer register to create a pwm generator  to adjust screen brightness via a normal gpio in code, code like this

while(1)

set_gpio_val(0)

timer delay

set_gpio_val(1)

end

so, could you please tell me what is the register of timer od dm3730. thk u very much,