This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| eclipse:flashing [2016/02/25 13:33] – external edit 127.0.0.1 | eclipse:flashing [2020/12/10 16:49] (current) – removed ursgraf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Flashing your Program ====== | ||
| - | You can either create a new run configuration or change an existing one. | ||
| - | |||
| - | ===== Create a new 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...// | ||
| - | - In the following window right click on the left side on //" | ||
| - | - Choose a name for the configuration. | ||
| - | - The // | ||
| - | - Enter the first letter of the file in the top field. | ||
| - | - All hits will display in the middle field. | ||
| - | - Mark the desired file and press //OK//. | ||
| - | - Set selection to //Boot from flash//. \\ {{flashrunconfig.png? | ||
| - | - //Apply// stores configuration. | ||
| - | - //Run// compiles for the flash, downloads and runs the application. | ||
| - | |||
| - | ===== Change existing run configuration ===== | ||
| - | - In pulldown menu of the run button select //Run Configurations...// | ||
| - | - In the following window choose desired configuration on the left side. | ||
| - | - On the right side set selection to //Boot from flash//.\\ {{flashrunconfig.png? | ||
| - | - 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//. | ||