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: buffer2.nntp.dca1.giganews.com!border2.nntp.dca1.giganews.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!feeder.erje.net!1.eu.feeder.erje.net!news.swapon.de!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Simon Wright Newsgroups: comp.lang.ada Subject: Re: Arduino Due vs Mac Date: Mon, 06 Jul 2015 22:08:08 +0100 Organization: A noiseless patient Spider Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="c762050aff3a30866fa7e79999b14776"; logging-data="22018"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Z27N/Wgcwmu7CqsdL7wGhYpuVgAuK7yg=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (darwin) Cancel-Lock: sha1:4jqqMjEJfbLjEV/jyXH//PVdkqg= sha1:Vc+2aIl7gt7TNZyw8Ssv5v96mhc= Xref: number.nntp.giganews.com comp.lang.ada:193971 Date: 2015-07-06T22:08:08+01:00 List-Id: Tero Koskinen writes: > Instead of using bossa, buy yourself a real JTAG adapter (Segger > JLink, etc.). If you at some point change to a different ARM Cortex-M > MCU, same JTAG adapter continues to work with it also (unless you buy > some very cheap vendor-specific JTAG). That would be the next step. Indeed, without JTAG I don't see how anyone programs the Due, because of total absence of debug facilities; and it does add considerably to the price (not that I can't afford it, just seems a bit much for the hobbyist market). You're talking about something like 3 times the cost of an STM32F4 Disco board, which has the STLINK interface on-board and a straightforward and free software solution for gdb; things stop, ^C, get a traceback from last_chance_handler, on to the next problem.