deep

a Cross Development Platform for Java

User Tools

Site Tools


first_example_mpc555

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
first_example_mpc555 [2020/09/06 16:24] ursgraffirst_example_mpc555 [2020/09/23 09:58] ursgraf
Line 1: Line 1:
-====== Using System.out on NTB mpc555 Board ======+====== Hello World on the NTB mpc555 Board ======
  
 This example will demonstrate how to use the deep compiler to translate a simple Java program and run it on a [[https://wiki.ntb.ch/infoportal/embedded_systems/mpc555/headerboard/start|NTB mpc555 Headerboard]]. This example will demonstrate how to use the deep compiler to translate a simple Java program and run it on a [[https://wiki.ntb.ch/infoportal/embedded_systems/mpc555/headerboard/start|NTB mpc555 Headerboard]].
Line 8: Line 8:
    - Target Configuration:    - Target Configuration:
     - Select a board: //NTB MPC555 header board//     - Select a board: //NTB MPC555 header board//
 +    - Select a operating System: //Simple Tasking System for PPC//
     - Select a programmer: //NTB MPC555 USB-BDI//     - Select a programmer: //NTB MPC555 USB-BDI//
-    - Select a operating System: //NTB Simple Tasking System for PPC// +    - If you like to have an image file, you can select the corresponding checkbox. This option is not necessary if you use the //NTB MPC555 USB-BDI// to download to the target. Please make sure that the file path does not include spaces or hyphens. \\ {{targetconfiguration555.png?300|}}
-    - If you like to have an image file, you can select the corresponding checkbox. This option is not necessary if you use the //NTB MPC555 USB-BDI// to download to the target. \\ {{targetconfiguration555.png?300|}}+
   - Project name:   - Project name:
     - Choose a project name (no spaces, no special characters such as "umlauts")     - Choose a project name (no spaces, no special characters such as "umlauts")
Line 48: Line 48:
  libpath = "I:\deep\lib";  libpath = "I:\deep\lib";
  boardtype = ntbMpc555HB;  boardtype = ntbMpc555HB;
- ostype = ntbSTS_ppc;+ ostype = sts_ppc;
  programmertype = ntbMpc555UsbBdi;  programmertype = ntbMpc555UsbBdi;
 +# programmeropts = ;
 +# imgfile = "M:\EUser\runtime-EclipseApplication-arm\HelloWorld\HelloWorld.bin";
 +# imgformat = BIN;
 +# pl_file = none;
  
 # enter names of rootclasses, e.g. # enter names of rootclasses, e.g.