Versions Compared

Key

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

...

Excerpt
hiddentrue

translates the DevWare INI file and register dump file commands from REG=..., BITFIELD=..., etc. to FIELD_WR=... commands, or vice-versa.


Descriptions

Field_wr.exe translates the DevWare INI file and register dump file commands from REG=..., BITFIELD=..., etc. to FIELD_WR=... commands, or vice-versa. In other words, translates from numerical register addresses to register names, as defined in the .sdat file.

...

-output <filename>
The filename of the output INI or txt file. If not given, defaults to stdout.

 

-sdat <filename>
The filename of the sensor data (.sdat) file that defines all the register names. It is not necessary to specify the full path, the program automatically searches the Aptina Imaging directory. If not given, the input file is searched for an sdat filename.

 

-2reg
Translate FIELD_WR commands to REG commands. Default is off.

 

-2reg_con
Same as -2reg, but translates only confidential registers and bitfields.
This AE/FAE internal to external conversion option is to be run before an INI file is checked-in to the WIP repository to ensure that all confidential Registers and Bitfields are converted to REG= and BITFIELD=; otherwise, the INI file wouldn't work with the external SDAT file.
This assumes the use of the internal SDAT file; if unsure, use the –sdat parameter. Default is off.

 

-2field_wr
Translate REG commands to FIELD_WR commands. (Default behavior.)

 

-split
Split each register into its component bitfields. Only for REG->FIELD_WR translation. Default is off.

 

-verbose
Show each line that was converted. Default is off.