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.

CFPS register not able to access

In Sitara I'm not able to access the CFPS register , the offset is 60h as specified in the data sheet UART registers part

I have defined the register as CFPS_REG as

#define CFPS_REG   0x60 

   in serial_reg.h  ,

but when I'm writing bits on to it , I'm not able to access the register .

serial_out( CFPS_REG , VALUE);

where VALUE is the frequency i need, kindly see