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!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Ada on STM32F7 - ARM7 discovery board with touch screen Date: Thu, 24 Dec 2015 09:56:54 +0000 Organization: A noiseless patient Spider Message-ID: References: <0d415957-3b05-416f-9cf5-8cc4841cf24e@googlegroups.com> <506598862.472464439.083235.laguest-archeia.com@nntp.aioe.org> <1230659c-96a0-45c7-a1f1-7f08c588ae20@googlegroups.com> <874mf8iule.fsf@nightsong.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="cbdf8bda82781ae5955dc07fd5b0948d"; logging-data="27971"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19nSBJpqSVNI5Mae/8D5ygeSq2nMn+K11k=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:XkcUHZF+pp7e2r+Xc+jFIuCsZzU= sha1:48vXYDXJ3oRXJjpv3ZBlaW6iv7Y= Xref: news.eternal-september.org comp.lang.ada:28871 Date: 2015-12-24T09:56:54+00:00 List-Id: Paul Rubin writes: > H Keller writes: >> Sorry, I mentioned that we will working on an ARM7 and that AdaCore >> offers only support for an ARM4. What may be misunderstanding here? > > I wondered if ARM4 actually meant Cortex M4, which uses the ARMv7 > architecture. The actual ARMv4 architecture hasn't been used since the > bronze age. There doesn't seem to have even been a core called "ARM4" > like there was ARM7, ARM9, etc. AdaCore's GNAT GPL 2015 supports STM32F4-DISCO, STM32F429-DISCO, STM32F7-EVAL boards from STMicroelectronics. The first two are Cortex-M4, the last is Cortex-M7. It looks to me as though all support the ARMv7-M architecture (this is unclear ...)