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,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.140.88.40 with SMTP id s37mr11445812qgd.14.1465808454409; Mon, 13 Jun 2016 02:00:54 -0700 (PDT) X-Received: by 10.157.63.245 with SMTP id i50mr142196ote.9.1465808454280; Mon, 13 Jun 2016 02:00:54 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!v48no1300358qgd.0!news-out.google.com!u18ni144qgd.1!nntp.google.com!v48no1300357qgd.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 13 Jun 2016 02:00:53 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2a02:2ab8:224:1:658b:f470:21c1:328a; posting-account=L3mulQoAAADsXVjCD5rM6Ap3Xy0U3ckB NNTP-Posting-Host: 2a02:2ab8:224:1:658b:f470:21c1:328a References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: STM32F411RE Nucleo Board From: fabien.chouteau@gmail.com Injection-Date: Mon, 13 Jun 2016 09:00:54 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 1799 X-Received-Body-CRC: 1181692660 Xref: news.eternal-september.org comp.lang.ada:30708 Date: 2016-06-13T02:00:53-07:00 List-Id: On Monday, June 13, 2016 at 8:48:28 AM UTC+2, Sean Day wrote: > Hi, > After a long break from Ada I have attempted to get GNAT for bare-board ARM running on an STM32F411RE Nucleo board. > > I successfully got the Led_Demo running and after some further investigation got GNAT.IO working. > > However, I have been unable to find working examples of I2C or SPI sensors. > > Any useful links? > Hi Sean, Have a look here: [1]. It's a library of bare-metal drivers for Ada with an HAL that allows portable sensor drivers over I2C, SPI, UART, etc. Contributions are welcome :) Regards, [1] https://github.com/AdaCore/Ada_Drivers_Library