The following procedures are used to convert and generate usb device driver code in C for the FIM.

1. Run gpasm.exe to convert assembly code to hex file.
   > gpasm.exe j1708.asm

2. Run genpicprog.exe to generate a data structure containing code for the FIM in C file.
   > genpicprog.exe j1708.hex config.csv fim_j1708 naFimJ1708Program

3. Include and compile the C and H files generated from step 2.

@note getFimJ1708 file is used to convert and generate naFimJ1708Program structure in fim_j1708.c and fim_j1708.h.
These fim_j1708.c and fim_usb.h will be copied to previous directory.

