As of August 2020 the site you are on (wiki.newae.com) is deprecated, and content is now at rtfm.newae.com.

Changes

Jump to: navigation, search

Tutorial B1 Building a SimpleSerial Project

909 bytes removed, 19:07, 22 March 2017
Building the Basic Example
-------- end --------</pre></li>
<li><p>Pay special attention to Ensure that the &quot;Build "Built for platform&quot; in that output. Ensure this ___" matches your desired target - if not, open the <code>makefile</code> located in the same directory you ran <code>make</code> fromdevice. If using Windows you will need a code editor - if you installed WinAVR, it would have installed ''Programmer's Notepad'' which is an excellent choice. Scrolling down in the makefile you should see the following lines:</p><pre>######### Specify your platform here #Multi-Target Board, AVR Device (ATMega328P)#PLATFORM = CW301_AVR #Multi-Target Board, XMEGA Device#PLATFORM = CW301_XMEGA #CW-Lite XMEGA Target Device (XMEGA128D4)PLATFORM = CW303 #NOTDUINO Kit (ATMega328P)#PLATFORM = CW304</pre><p>Adjust the target platform by uncommenting (comments are lines starting with <code>#</code>) the appropriate platform, and commenting out the other choices.</p></li><li>Run <code>make</code> again, and ensure the correct plaform is now printed.</li></ol>
= Modifying the Basic Example =
Approved_users
510
edits

Navigation menu