Hi,
I am writing a test code in the u-boot where i need to get the baud rate of the UART, which i am doing as below.
u32 dll_reg_Mode_3 = *( volatile u32* )0x48020000;
But the return value is not as per the baud rate set.
here i am working with baud rate of 115200 and debugging and trying to get the same baudrate but every time the return value of the statement keep changing and not giving the Value as 0x1A, which should be the return value.
I am using the ti8148EVM to run this code.
what i am doing wrong here?