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

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

2. Run genpicprog.exe to generate a data structure containing code for the FIM in C file.
   > genpicprog.exe uart.hex config.csv fim_uart naUartProgram

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


