Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Why Am I Installing Python?

If you already have Python 2.7.x installed, skip to the next step: Required Hardware.

The IAR toolchain generates a file compliant with the "Executable and Linkable Format" (ELF). An additional step is to convert this ELF file to a binary file you can load into your device. Part of that conversion involves calculating a signature and writing that at the beginning of the binary file. This operation is done by the dustElfToBin.py Python utility, present in the 

Include Page
_def_ocsdk_dir_tools
_def_ocsdk_dir_tools
 directory.

...