comp.lang.ada
 help / color / mirror / Atom feed
From: Joseph Vlietstra <joevl@earthlink.net>
Subject: Re: Help for designing MIL-STD 1553 boards
Date: Wed, 07 Sep 2005 04:59:25 GMT
Date: 2005-09-07T04:59:25+00:00	[thread overview]
Message-ID: <NsuTe.2059$9x2.2008@newsread3.news.pas.earthlink.net> (raw)
In-Reply-To: <1126034254.271474.280010@g49g2000cwa.googlegroups.com>

p.manohar.reddy@gmail.com wrote:
> I need help from some one who did MIL-STD-1553B projects. I am new to
> designing  area.
> Can some one show me the path of how to design a board with ms1553B to
> interface at least 10 serial port sensors?
> I have studied 1553b tutorials available in net , most of which give
> info on only protocol concepts but not on design aspects and design
> hardware.

For 1553 design aspects you may want to read MIL-HDBK-1553 or the SAE
1553 systems engineering guide.

I wrote a device driver for the DDC ACE 1553 interface and organized
the software into a hierarchical package structure:
    Ace
    Ace.Registers
    Ace.Remote_Terminal
    Ace.Bus_Controller
I think segregating bus controller functions from remote terminal
functions is a good organizational strategy since typically you're
either one or the other.  YMMV.

Note that every 1553 chipset has its own set of quirks.
Get application notes and design data from the vendor.
Also, almost all vendors provide source code for their board drivers.

Joe Vlietstra



  reply	other threads:[~2005-09-07  4:59 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-06 19:17 Help for designing MIL-STD 1553 boards p.manohar.reddy
2005-09-07  4:59 ` Joseph Vlietstra [this message]
2005-09-10 20:01   ` p.manohar.reddy
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox