Init_B Forever Low
This week I try to configure the FPGA using PIC32 with slave serial method. C array bit file First I convert the binary file of FPGA into C array (Hex format) so that I could use SPI 8bit or 16bit to send the hex data bits by bits into FPGA. Using linux terminal the below command was used to convert bit file. xdd -i your.bit Besides that, ‘Hexdump’ can also be used to convert bit file to hex format but Read more