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: buffer1.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!nntp.giganews.com!newspeer1.nac.net!news.astraweb.com!border5.newsrouter.astraweb.com!not-for-mail Message-ID: <541366EB.2050001@earthlink.net> Date: Fri, 12 Sep 2014 14:34:35 -0700 From: Jerry Petrey User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada To: gnlnops@gmail.com Subject: Re: GNAT SPARK:Embedded ARM Ada Project doesn't run in STM32F429 Discovery Board References: <53efb9a8$0$32760$c3e8da3$dbd57e7@news.astraweb.com> <540e609b$0$5292$b1db1813$46decd27@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 298e4c6e.news.astraweb.com X-Trace: DXC=eJ7ZN\l6baLlVZHQGRZg_EL?0kYOcDh@J`7AeJ]BoMVAHb`mi<@oZXOaJO_]QU2XRHdB?B@IGBXEF`^I43WkiF_M6lRUT`2hCUC3B?aCbm_TKA Xref: number.nntp.dca.giganews.com comp.lang.ada:188988 Date: 2014-09-12T14:34:35-07:00 List-Id: On 9/10/2014 1:10 PM, gnlnops@gmail.com wrote: > Great! > > I have no plan to work with Nucleo boards for the moment. > > What are the main difficulties on STM32F401 and STM32F411? > > Gnops > I had problems porting the RTS to the Nucleo boards because the st-util application does not talk to them. I have to convert the elf file executable to an Intel hex file and then download it to the board via the ST-LINK GUI. I couldn't use the GNAT GPS debugger so it was difficult getting anywhere. I just got a F401 Discovery board and got the GNAT Ada working on it and now I can use that (with only minor mods) to get the Nucleo 401 and 411 boards working. So far everything looks good. I still have to manually load the hex files but the Nucleo boards now work. I have an article coming out soon in "Electronic Design" magazine that describes some of my work with Ada on the ARM boards. It is really nice to finally have such a great language on such powerful micro-controllers! Jerry