This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Problem with SBUF0

I write a C application for the Cygnal C8051F126( and I'm having some problems with writeng data to SBUF0
A simple example in C code is here:

SFRPAGE = UART0_PAGE;
SBUF0 = 0x12;

On disassembler window I see something like this:
MOV SFRPAGE(ox84),#0x01
MOV SBUF1(0x99),#?C_PBP(0x12)

and ... SBUF0 not modified. If I change in to UART0 to UART1 and SBUF0 SBUF1 , - SBUF1 doesn't modified also.

This is not a bug...? What is it?

Thanks in advance,

MVM