annotate wiki/Using OpenSTM32.md @ 604:fb5bb04ad914

Merged menu items of viewport and motion control: viewport and motion control are depending on each other and were listed at the to level of custom view tab. Because motion control is just a one line item it has been moved into the viewport page. As result there is one free line for future custom view options available again.
author Ideenmodellierer
date Wed, 06 Jan 2021 21:01:00 +0100
parents 0e7c16dd774d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
489
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
1 # Using OpenSTM32 IDE to Compile OSTC4 Firmware #
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
2
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
3 The free and Open [STM32 IDE](http://www.openstm32.org/System%2BWorkbench%2Bfor%2BSTM32) is an integrated development environment based on _Eclipse_ that will allows you to compile and link code for the OSTC4 dive computer.
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
4 You will then be able to generate `.bin` firmware files to upload to your computer using your favourite tools, eg. [OSTC Companion](https://ostc-planner.net/companion).
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
5
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
6 1. Register on http://www.openstm32.org/ : that will allows you to download the IDE.
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
7 2. Once registered and logged in, you can go to _Documentation_ and _Installation Manual_. Follow the instructions to install the IDE (available for Windows 7, MacOS and Linux).
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
8 3. Use the ready made project ... in ...
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
9
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
10 Or you can create a brand new project by following the _How To_'s:
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
11
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
12 - [HowTo compile CPU1-Discovery main firmware](Detailed CPU1-Discovery Project.md)
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
13 - [HowTo compile CPU1-Discovery protected area firmware](Detailed CPU1-Upper Project.md)
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
14 - [HowTo compile CPU2-RTE real-time firmware](Detailed CPU2-RTE Project.md)
0e7c16dd774d add wiki sub-directory
heinrichsweikamp
parents:
diff changeset
15 - [HowTo generate uploadable firmware file](Make Firmware File.md)