Program Development Order/de
From MCS Wiki AVR
< Program Development Order(Difference between revisions)
(Created page with "<div style="padding: 0px; margin: 0px 0px 0px 11px;"> {| border="0" cellpadding="0" cellspacing="0" |- valign="baseline" style="vertical-align: baseline;" | width="13" | <span...") |
m (1 revision) |
Latest revision as of 21:06, 15 February 2013
== (**COPIED FROM ENGLISH PAGE**) ==• | Start BASCOM |
• | Open a file or create a new one |
• | ! Important ! Check the chip settings, baud rate and frequency settings for the target system |
• | Save the file |
• | Compile the file (this will also save the file !!!) |
• | If an error occurs fix it and recompile (F7) |
• | Run the simulator(F2) |
• | Program the chip(F4) |
Languages | English • Deutsch |
---|