Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Problem with changing the value of TXBUF0

Status
Not open for further replies.

rain6

Newbie level 3
Joined
Sep 2, 2006
Messages
3
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,298
HI,

I'm currently using the dsPIC33F board with self added codec Si3000, my problem is that i am not able to change the value of TXBUF, even the program execute code such as follow :

TXBUF0 = 0xFFFF;

the value of TXBUF0 remain as 0x0000.

What could be the problem?

THanks in advance
 

Re: Problem with TXBUF0

Whenever you load the value to TXBuffer, it starts transmitting this value to UART.
So you will not be able to see the value of TXBUF.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top