Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
software:deep:ide:download_to_flash [2011-09-09 08:31] grafsoftware:deep:ide:download_to_flash [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1
Zeile 1: Zeile 1:
-====== Download program into flash memory====== 
-===== First option: customize run-configuration ===== 
-  - In pulldown menu of the Run button select //"Run Configurations..."//.\\ {{:software:deep:runas_pulldown_flash.png?400&direct}} \\ 
-  - In the following window choose desired configuration on the left side.  
-  - On the right side set selecttion to //"Boot from flash"//.\\ {{:software:deep:flashrunconfiguration.png?400&direct}} \\ 
-  - Store with //"Apply"//. 
-  - //"Run"// compiles for the flash, downloads and runs the application. 
-\\ 
-If you wish to switch back to RAM, set the selection back to //"Boot from ram"//. 
-===== Second option: add second run-configuration ===== 
-If there is no run configuration yet or if you want to create a new one so as not to change an existing one do the following. 
-  - In pulldown menu of the Run button select //"Run Configurations..."//.\\ {{:software:deep:runas_pulldown_flash.png?400&direct}} \\ 
-  - In the following window right click on the left side on //"Deep Application"// -> New \\ {{:software:deep:newrunconfiguration.png?400&direct}} \\ 
-  - Choose a name for the configuration. 
-  - The //Browse...// button opens the dialog to choose the deep project file. 
-  - Enter the first letter of the file in the top field. 
-  - All hits will display in the middle field. \\ {{:software:deep:deepfilechooser.png?250&direct}} 
-  - Mark the desired file and press //"OK"//. 
-  - Set selection to //"Boot from flash"//. \\ {{:software:deep:flashrunconfiguration.png?400&direct}} \\ 
-  - //"Apply"// stores configuration. 
-  - //"Run"// compiles for the flash, downloads and runs the application.