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.

HDLCpr0tocol stack source in C for AVR or others?

Status
Not open for further replies.

7rots51

Advanced Member level 4
Advanced Member level 4
Joined
May 17, 2002
Messages
1,183
Helped
25
Reputation
50
Reaction score
12
Trophy points
1,318
Visit site
Activity points
9,636
HDLCpr0tocol stack source in C for AVR or others?do you have it?

I do not want to use a hdlc c0ntroller.I want to do it by software,Do you have it?
 

You will need to read the data sheet for one of the HDLC controllers and understand it very will. For your software implementation, you will not need to implement all the features inside the CHIP HDLC controller because there is a lot of different modes and you have to select on of this modes because the memory space in the MCU will not cover the implementation of the different modes.
 

Hi Are you after synchronous or asynchronous HDLC. Async HDLC is easier to implement than synchronous. For implementation details on async hdlc refer to "RFC 1549 - PPP in HDLC Framing".
 

Hi:

Check the AM85C30 datasheet, this chip have built in HDLC SDLC protocol capabilities, it's a good candidate to emulate, but be aware that this chip have also hardware CRC gen-check + SDLC/HDLC framing and management.

ZAnother choice may be Z80SIO with similar capabilities

Nachus
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top