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.

Regarding transmitting and receiving code for Microblaze in Spartan 3A

Status
Not open for further replies.

prakashvenugopal

Advanced Member level 1
Joined
Jun 1, 2011
Messages
473
Helped
15
Reputation
30
Reaction score
15
Trophy points
1,298
Activity points
4,973
Dear Sir,

Did anyone provide me a complete code for
1) transmitting a sequence of byte from microblaze in spartan 3a
2) Receiving the Sequence of byte in microblaze from external world(External Device) in spartan 3A.

External Device is Rs-485 based communication with baud rate 9600bps. Please let me know the code for this.

Regards,
V. Prakash
 

Go to the API documentation of the RS232DCE or some thing which you have selected while generating the Base system builder. There you would find all the global declarations of transmitting and receiving the data..For example, if you have selected Uart , then to initialise the uart you can use XUartLite_Initialize() , for sending data, XUartLite_SendByte() and for receiving data,XUartLite_RecvByte() .
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top