PicoRadio Test Bed Workspace Setup:
ARM Project


  1. Install the ARM project.

    The default project is compilable.  Try clicking on the full wall icon and see what happens (you might want to maximize the project window first).  The executable will be placed in a directory named for the variant, and a link will appear in <variant>/Image depending on which variant is selected.  If  ARM Executable Image (root of the project tree) is selected, it will rebuild the variant that was last built.

     

  2. Add any pre-existing .c files to the project.

     

    When you compile, the Project Manager will check dependencies and place links to headers in <variant>/Included FilesIf the compiler can't find a header file, click on ARM Executable Image, select Project/Tool Configuration for <your project>.apj/{armcc,armasm}/Set, find the Include Files or Include Paths tab, and add the path to the missing include file.  For .c files, edit armcc and for .s files, edit armasm.

     

  3. Modify the default code.

     

  4. Write your app code, and hit the half wall icon (incremental build).  Debug the code as needed. Good luck.

Maintainer: Fred Burghardt
Modified: October 11, 2000