From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!gandalf.srv.welterde.de!news.jacob-sparre.dk!loke.jacob-sparre.dk!pnx.dk!.POSTED!not-for-mail From: Tero Koskinen Newsgroups: comp.lang.ada Subject: Re: what does your Ada + hardware look like ? Date: Wed, 7 Oct 2015 22:42:50 +0300 Organization: JSA Research & Innovation Message-ID: References: <57249af6-7148-46c4-8547-4e803526eb46@googlegroups.com> NNTP-Posting-Host: 37-136-56-16.rev.dnainternet.fi Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Trace: loke.gir.dk 1444246972 17013 37.136.56.16 (7 Oct 2015 19:42:52 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Wed, 7 Oct 2015 19:42:52 +0000 (UTC) User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 In-Reply-To: <57249af6-7148-46c4-8547-4e803526eb46@googlegroups.com> Xref: news.eternal-september.org comp.lang.ada:27935 Date: 2015-10-07T22:42:50+03:00 List-Id: Hi, 7.10.2015, 1:18, halfmaddad@gmail.com wrote: > Hi Everyone > > What sorts of hardware are you using with Ada? What sort of CPU, is it on a custom PCBs or off the shelf? Gallery of my 8-bit AVR hardware can be found at https://www.flickr.com/photos/terokoskinen/albums/72157625466664467 All of these run AVR-Ada. In addition, I have a lot of Cortex-M and Cortex-A based boards, but on those I have run mostly C so far. See https://www.flickr.com/photos/terokoskinen/ for more complete list > Has anyone used IC2 or SPI from a desktop to control circuits that don't have a C firmware? Desktop PCs rarely have I2C or SPI pins exposed. You better use some microcontroller between the I2C/SPI IC and the desktop. http://arduino.ada-language.com/tag/i2c.html should give you some idea. For example, I once used Arduino and Ada to read my (father's) laptop's I2C EEPROM contents: http://arduino.ada-language.com/recovering-ibm-thinkpad-t42-bios-password-with-avr-ada-and-arduino.html Yours, Tero