<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.forth-ev.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.forth-ev.de/feed.php">
        <title>Forth-eV Wiki - projects:4e4th:4e4th:start</title>
        <description></description>
        <link>https://wiki.forth-ev.de/</link>
        <image rdf:resource="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png" />
       <dc:date>2026-04-21T11:16:29+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:beispiele?rev=1526283789"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:forthprogramm_fuer_den_d_a_wandler?rev=1370546818"/>
                <rdf:li rdf:resource="https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:msp430g2553_experimente?rev=1755354014"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png">
        <title>Forth-eV Wiki</title>
        <link>https://wiki.forth-ev.de/</link>
        <url>https://wiki.forth-ev.de/lib/exe/fetch.php/wiki:logo.png</url>
    </image>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:beispiele?rev=1526283789">
        <dc:format>text/html</dc:format>
        <dc:date>2018-05-14T07:43:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Programmierbeispiele</title>
        <link>https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:beispiele?rev=1526283789</link>
        <description>Programmierbeispiele

Diese Beispiele sind in 4e4th05a „For Education Forth“ auf dem TI LaunchPad erstellt und ausprobiert worden.

Benutze das vollständige Glossar zum 4e4th (PDF) um dich zu orientieren. 

Wenn du mit Forth noch nicht vertraut bist, mache die Übungen aus der Online Edition des Starting Forth von Leo Brodie. Das komplette Buch kann auch als PDF runtergeladen werden von</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:forthprogramm_fuer_den_d_a_wandler?rev=1370546818">
        <dc:format>text/html</dc:format>
        <dc:date>2013-06-06T19:26:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title></title>
        <link>https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:forthprogramm_fuer_den_d_a_wandler?rev=1370546818</link>
        <description>\ Digital-Analog Wandlung
DECIMAL
: WARTE    10 0 do loop ;

BIN
: INIT  
  11110000 p1 1+ cset \ p1 upper nibble is output
  00000100 p2 1+ cset \ P2.2 is ouput
  11110000 p1 cclr ;  \ uper nibble is &quot;0&quot; ;
HEX
: N+  
  p1 c@ \ get p1 
  dup 10 + \ increment upper nibble
  swap F and or  \ do not change lower nibble.  
  p1 c!  ( p1 c@ . ) \ put back result
  ;  
BIN
: PULS   00000100 p2 ctoggle ; \ puls for oscilloscope
DECIMAL
: WARTE  117 0 do loop ;
: DA init BEGIN puls n+ warte KEY? UNTIL ;…</description>
    </item>
    <item rdf:about="https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:msp430g2553_experimente?rev=1755354014">
        <dc:format>text/html</dc:format>
        <dc:date>2025-08-16T14:20:14+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Grundlegende Experimente mit einer MCU</title>
        <link>https://wiki.forth-ev.de/doku.php/projects:4e4th:4e4th:start:msp430g2553_experimente?rev=1755354014</link>
        <description>!!! Achtung: Steck die beiden Jumper für den UART richtig herum !!! Anleitung

Grundlegende Experimente mit einer MCU

[Bei mir sah das dabei so aus.] Die hier angegebenen Experimente wurden mit der MCU MSP430G2553 von Texas Instruments auf deren LaunchPad gemacht. Die Experimente können aber ebenso gut mit anderen MCUs angestellt werden. Es wird aber für nichts gehaftet. _____________</description>
    </item>
</rdf:RDF>
