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 usb.asm

2. Run genpicprog.exe to generate a data structure containing code for the FIM in C file.
   > genpicprog.exe usb.hex config.csv fim_usb naUsbDevProgram

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

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

