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
"I see something like..." Use cut-and-paste to post the exact text, then we could see exactly what you get - instead of something like what you get. There's no point us trying to debug your typos!