Deutsch English Français Italiano |
<vhtc3u$1jk$1@reader2.panix.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!weretis.net!feeder9.news.weretis.net!panix!.POSTED.24-152-157-105.fttp.usinternet.com!not-for-mail From: Grant Edwards <invalid@invalid.invalid> Newsgroups: comp.arch.embedded Subject: Re: AM623 experiences Date: Sat, 23 Nov 2024 19:57:50 -0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Message-ID: <vhtc3u$1jk$1@reader2.panix.com> References: <vhs301$1klnt$1@dont-email.me> <vhshv0$1mhug$2@dont-email.me> Injection-Date: Sat, 23 Nov 2024 19:57:50 -0000 (UTC) Injection-Info: reader2.panix.com; posting-host="24-152-157-105.fttp.usinternet.com:24.152.157.105"; logging-data="1652"; mail-complaints-to="abuse@panix.com" User-Agent: slrn/1.0.3 (Linux) Bytes: 1430 Lines: 20 On 2024-11-23, David Brown <david.brown@hesbynett.no> wrote: > On 23/11/2024 09:15, Don Y wrote: >> I'm looking to move my design onto said platform. >> >> Any first-hand experiences to share? >> >> Bugs in silicon, toolchain, support, etc.? >> > > I've no experience with that device at all, but from experience with > other toolchains provided by TI over the years, watch out for zero > initialisation of variables in the bss. For the cortex M4, I'd avoid using TI's toolchain if at all possible. Download a copy of GCC from ARM. The general rule I've found to be true for the past 40 years is that software/tools supplied by silicon vendors is crap. -- Grant