My favorites | Sign in
Project Home Downloads Wiki Source
Search
for
SettingUpProgrammersNotepad  
Instructions for Setting Up Programmers Notepad for Micropendous Firmware Development
Updated Oct 9, 2009 by opendous...@gmail.com

These instructions will allow you to compile firmware and program Micropendous boards from within Programmer's Notepad. These instructions assume you have properly set up Windows for firmware development, WindowsQuickStart, and have installed Serial Port drivers.

  1. Start Programmer's Notepad which is installed as part of WinAVR:
  2. Open the file(s) you wish to edit, for example USBVirtualSerial firmware found in /Micropendous/Firmware/USBVirtualSerial in the latest Micropendous release.
  3. Note all the important code for USBVirtualSerial firmware is in Main_Task:
  4. Now let us set up firmware compiling and programming. Select Tools, then Options.
  5. Click Tools in the left-hand tree then click the Add button. You will need to change the settings as pictured:
  6. Name: Make FLIP
    Command: make.exe
    Folder: $(ProjectPath)
    Parameters: flip
  7. Click O.K and the new command is now ready. Click Tools and Make Flip to compile and program the firmware. More detailed instructions for firmware loading are in ProgramAndTestWindows.
  8. If successful, the Output window should show a process exit code of 0.
Comment by urbano....@gmail.com, May 16, 2012

what are the parameters & switches in the tools, WINAVR Make All , Make Clean, Program? Thanks

Comment by project member opendous...@gmail.com, May 16, 2012

Step 5 has instructions for make flip and make clean is the same. You still need to edit the makefile to change target MCU, BOARD, and F_CPU for a particular board. See: http://code.google.com/p/micropendous/wiki/ProgramAndTestWindows


Sign in to add a comment
Powered by Google Project Hosting