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.42.83.5 with SMTP id f5mr12629395icl.27.1410728892823; Sun, 14 Sep 2014 14:08:12 -0700 (PDT) X-Received: by 10.140.25.162 with SMTP id 31mr587qgt.9.1410728892684; Sun, 14 Sep 2014 14:08:12 -0700 (PDT) Path: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!r10no2214134igi.0!news-out.google.com!q8ni9qal.1!nntp.google.com!s7no821078qap.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 14 Sep 2014 14:08:12 -0700 (PDT) In-Reply-To: <541366EB.2050001@earthlink.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=79.90.149.177; posting-account=5cl6MQoAAAC0YjeJwkWFtst38PGPgW2r NNTP-Posting-Host: 79.90.149.177 References: <53efb9a8$0$32760$c3e8da3$dbd57e7@news.astraweb.com> <540e609b$0$5292$b1db1813$46decd27@news.astraweb.com> <541366EB.2050001@earthlink.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: Subject: Re: GNAT SPARK:Embedded ARM Ada Project doesn't run in STM32F429 Discovery Board From: gnlnops@gmail.com Injection-Date: Sun, 14 Sep 2014 21:08:12 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: number.nntp.dca.giganews.com comp.lang.ada:189003 Date: 2014-09-14T14:08:12-07:00 List-Id: Le vendredi 12 septembre 2014 23:34:39 UTC+2, Jerry a =E9crit=A0: > On 9/10/2014 1:10 PM, gnlnops@gmail.com wrote: >=20 > > Great! >=20 > > >=20 > > I have no plan to work with Nucleo boards for the moment. >=20 > > >=20 > > What are the main difficulties on STM32F401 and STM32F411? >=20 > > >=20 > > Gnops >=20 > > >=20 >=20 >=20 > I had problems porting the RTS to the Nucleo boards because the st-util= =20 >=20 > application does not talk to them. I have to convert the elf file=20 >=20 > executable to an Intel hex file and then download it to the board via=20 >=20 > the ST-LINK GUI. >=20 > I couldn't use the GNAT GPS debugger so it was difficult getting anywhere= . >=20 > I just got a F401 Discovery board and got the GNAT Ada working on it and >=20 > now I can use that (with only minor mods) to get the Nucleo 401 and 411= =20 >=20 > boards working. So far everything looks good. I still have to manually= =20 >=20 > load the hex files but the Nucleo boards now work. I have an article=20 >=20 > coming out soon in "Electronic Design" magazine that describes some of=20 >=20 > my work with Ada on the ARM boards. It is really nice to finally have=20 >=20 > such a great language on such powerful micro-controllers! >=20 >=20 >=20 > Jerry Ok. I experienced problems too with stlink on ST board STM32F429. I switch on o= penocd tool (release 0.8.0) to communicate with the board and create the gd= b server to connect with GPS. I notice there is a configuration file for th= e board Nucleo 401 (st_nucleo_f401re.cfg). I am totally agree with you. It is nice to have the opportunity for beginne= rs, students, hobbyists, and professionals to experiment Ada 2012 on embedd= ed applications in a $30 microcontroller target. Good luck for your work! Gnops