deep

a Cross Development Platform for Java

User Tools

Site Tools


firstexample: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
Next revisionBoth sides next revision
firstexample:first_example_mpc555 [2020/12/09 20:43] ursgraffirstexample:first_example_mpc555 [2021/12/28 13:39] ursgraf
Line 10: Line 10:
     - Select a operating System: //Simple Tasking System for PPC//     - Select a operating System: //Simple Tasking System for PPC//
     - Select a programmer: //NTB MPC555 USB-BDI//     - Select a programmer: //NTB MPC555 USB-BDI//
-    - 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 41: Line 41:
  
 meta { meta {
- version = "Mon Jan 05 12:40:12 CET 2015";+ version = "Mon Jan 15 15:42:10 CET 2020";
  description = "deep project file for HelloWorld";  description = "deep project file for HelloWorld";
 } }
  
 project HelloWorld { project HelloWorld {
- libpath = "I:\deep\lib";+ libpath = "\\ost.ch\dfs\bsc.sys\public-programme\deep\lib";
  boardtype = ntbMpc555HB;  boardtype = ntbMpc555HB;
  ostype = sts_ppc;  ostype = sts_ppc;
Line 52: Line 52:
 # programmeropts = ; # programmeropts = ;
 # imgfile = "M:\EUser\runtime-EclipseApplication-arm\HelloWorld\HelloWorld.bin"; # imgfile = "M:\EUser\runtime-EclipseApplication-arm\HelloWorld\HelloWorld.bin";
-# imgformat = BIN; 
 # pl_file = none; # pl_file = none;
  
Line 58: Line 57:
 # rootclasses = "test.MyFirstTestClass","other.MySecondTestClass"; # rootclasses = "test.MyFirstTestClass","other.MySecondTestClass";
  rootclasses = "test.HelloWorld";  rootclasses = "test.HelloWorld";
- 
-# imgfile = "M:\Workspace\HelloWorld\HelloWorld.bin"; 
-# imgformat = BIN; 
 } }
 </code> </code>
Line 69: Line 65:
   - The terminal window will show //Hello, World//.   - The terminal window will show //Hello, World//.
   - With {{run.jpg}} you can recompile and rerun the programm.   - With {{run.jpg}} you can recompile and rerun the programm.
-  - See [[eclipse:flashing|Flashing your Program]] for how to write your program to permanent flash memory.+  - See [[firstexample:mpc555flashing|Flashing your Program (mpc555)]] for how to write your program to permanent flash memory.
  
  
  
firstexample/first_example_mpc555.txt · Last modified: 2022/12/20 10:26 by ursgraf