BIxi
Newbie level 4

Hi guys!!!
I am working with the development board of the dsPIC30f6014.
I have the information about the registers, but I don´t know how can I know the meaning of this instructions:
while (!DCISTATbits.TMPTY); /* wait until TXBUF0 and TXBUF1 have been
moved to their shadow registers for
transmission */
TXBUF0 = 0x7FFF;
TXBUF1 = 0x2300;
Someone told me that
TXBUF0 = 0x7FFF; means that; it tells to the codec to be ready because the information is going to receive is not an audio information...
The information is going to receive is an initialization information...
(How can the programer know that giving TXBUF0 0x7FFF value means this information???)
TXBUF1 = 0x2300; How can I know what is the meaning of this numbers for the codec???
Someone can help me.........
I am working with the development board of the dsPIC30f6014.
I have the information about the registers, but I don´t know how can I know the meaning of this instructions:
while (!DCISTATbits.TMPTY); /* wait until TXBUF0 and TXBUF1 have been
moved to their shadow registers for
transmission */
TXBUF0 = 0x7FFF;
TXBUF1 = 0x2300;
Someone told me that
TXBUF0 = 0x7FFF; means that; it tells to the codec to be ready because the information is going to receive is not an audio information...
The information is going to receive is an initialization information...
(How can the programer know that giving TXBUF0 0x7FFF value means this information???)
TXBUF1 = 0x2300; How can I know what is the meaning of this numbers for the codec???
Someone can help me.........