Hi,
This is Anji Reddy i am working on omap4460 panda board , i am trying to access UART3 registers at u-boot load level,but i am not able to access these register, please help me any one....
Thanks & Regards
Anji Reddy
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.
Hi,
This is Anji Reddy i am working on omap4460 panda board , i am trying to access UART3 registers at u-boot load level,but i am not able to access these register, please help me any one....
Thanks & Regards
Anji Reddy
Hi Anji,
how are you trying to access those registers, and did you make sure all the required clocks are initialized.
Regards, Boyko
Hi Boyko,
I have set clock 48Mhz and baud rate divisor value for UART_DLL register is 26(0x1A) and then i am trying to read back same register using that register address(0x48020000) for UART3,but i am not getting that register value same (26) randomly it's Channing.please help me how to get 26(0x1A) when read.
Thanks,
Anji Reddy
Can you check the status of the L4 interface clock, and also, if uart sleep mode is disabled? ( It is advised to do so before setting the UART_DLL register)
Regards,
Boyko