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 X-Received: by 2002:a6b:8aa0:: with SMTP id c32-v6mr17350442ioj.85.1525514505945; Sat, 05 May 2018 03:01:45 -0700 (PDT) X-Received: by 2002:a9d:620d:: with SMTP id g13-v6mr2113015otj.3.1525514505654; Sat, 05 May 2018 03:01:45 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!feeder.eternal-september.org!news.uzoreto.com!weretis.net!feeder6.news.weretis.net!feeder.usenetexpress.com!feeder-in1.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!u74-v6no1051319itb.0!news-out.google.com!15-v6ni2392itg.0!nntp.google.com!u74-v6no1051314itb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sat, 5 May 2018 03:01:45 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=80.229.20.55; posting-account=WsVe0AoAAABheGmBjlLgPWhgIw6kxcL6 NNTP-Posting-Host: 80.229.20.55 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0f20fd24-26f6-45a3-81d4-4ae8a4089b4e@googlegroups.com> Subject: stm32l4xx nucleo and Ada Drivers Library. From: john@mccabe.org.uk Injection-Date: Sat, 05 May 2018 10:01:45 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: reader02.eternal-september.org comp.lang.ada:52005 Date: 2018-05-05T03:01:45-07:00 List-Id: Hi, I'm looking at using a NUCLEO-L476RG board, with some attachments, for a pr= ototyping exercise. As it's a work thing it'll probably be coded in C++ but= , as these boards are so cheap, I thought I might try to investigate replic= ating (at least) some of the functionality in Ada at home. Looking at the Ada Drivers Library, there seems to be a few STM32F devices = and associated DISCOVERY boards supported, but no specific mention of the L= series or NUCLEO. This is the first time I'll have used the STM32 series, so I wondered if an= yone with more experience might be able to give me some brief guidance on g= etting going. For example, would copying one of the STM32F device folders a= nd trying to tweak it for the device I'm using be a sane starting point? (A= lthough, when I say starting point, I imagine I'd just try to get a noddy d= o nothing program up and running before trying anything clever!) Many thanks=20 John