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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,3025dd6d917b499c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.224.189.75 with SMTP id dd11mr15449499qab.6.1349807212940; Tue, 09 Oct 2012 11:26:52 -0700 (PDT) Received: by 10.52.92.42 with SMTP id cj10mr364039vdb.0.1349807212681; Tue, 09 Oct 2012 11:26:52 -0700 (PDT) Path: r17ni12790870qap.0!nntp.google.com!l8no33300117qao.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 9 Oct 2012 11:26:52 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=84.253.198.167; posting-account=QrZwxQoAAAByl3YAWTpexAk3yBYyZMHn NNTP-Posting-Host: 84.253.198.167 References: <38af7fb8-b0a4-4a31-87aa-b7b698cc89c3@googlegroups.com> <3ca0ffd0-1764-484b-8fab-17c0d2dd9463@googlegroups.com> <1f645050-cf4c-40bf-a797-9687b69e4a54@googlegroups.com> <18ats2960nsvm$.kfufsnul13aq$.dlg@40tude.net> <5072c9ae$0$6562$9b4e6d93@newsspool4.arcor-online.net> <4keoa6epdxt7.1nnwxy7v7ar90.dlg@40tude.net> <5072dc68$0$6554$9b4e6d93@newsspool4.arcor-online.net> <1f7cmfp1l65w1.1deog8cfxbs0u$.dlg@40tude.net> <5072e37a$0$6556$9b4e6d93@newsspool4.arcor-online.net> <1kg5574txbj9s.tjfsf4bdpyge$.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <02733a31-b095-4b57-9f86-f5f2e658d849@googlegroups.com> Subject: Re: Ada, the best language with the not-so-best tool chain From: kalvin.news@gmail.com Cc: mailbox@dmitry-kazakov.de Injection-Date: Tue, 09 Oct 2012 18:26:52 +0000 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-10-09T11:26:52-07:00 List-Id: tiistai, 9. lokakuuta 2012 20.08.16 UTC+3 Dmitry A. Kazakov kirjoitti: > On Tue, 9 Oct 2012 08:53:01 -0700 (PDT), kalvin.news@gmail.com wrote: > > > > > tiistai, 9. lokakuuta 2012 16.17.55 UTC+3 Dmitry A. Kazakov kirjoitti: > > >> The problem is that an integrated I/O usually has only on ADC. So to > > >> measure two inputs you need twice so much time plus the time needed to > > >> switch the ADC to another line. This is how you quickly come over 10ms. Not > > >> to forget inability to measure inputs and change the outputs synchronously. > > > > > > Quite a few microcontrollers have two or more A/D inputs and D/A outputs > > > that can sample simultaneously and update outputs synchronously. > > > > That is why GPIO is useless in my eyes. > > > > > If one needs more simultaneous sampling A/D inputs or D/A outputs, then > > > one may have to use an external IC for this. > > > > http://www.beckhoff.com/english/ethercat/el3054.htm > > http://www.beckhoff.com/english/fieldbus_box/ep3174.htm > > etc Small embedded systems comes in this price range and consume very little power: https://www.olimex.com/Products/ARM/ST/STM32-E407/ And, the real-time performance beats Windows by a decade or two. ;) - Kalvin