Versions Compared

Key

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

translates an INI file into C header file or C code blocks

Ini_2_C.exe

Description

The Ini_2_C tool is used to translate an INI file into C header file or C code blocks. It replaces symbolic register/firmware variable/Special Function Register/MCU Memory with register addresses/bit values.

...

-input <ini file name >
Specify the input ini file.

-output <C filename>
Specify the filename for the C output file. The next parameter will control if output is header file format or code block format. If not given, default is stdout.

...