The following procedures are used to convert and generate FIM I2S firmware in C for the FIM.

1. Run gpasm.exe to convert assembly code to hex file.
   > gpasm.exe -w2 i2s.asm

2. Run genpicprog.exe to generate a data structure containing code for the FIM in C file.
   > genpicprog.exe i2s.hex config.csv fim_i2s naI2sProgram

3. This will generate new fim_i2s.c and fim_i2s.h.


