Emulating ADC
This week I did some programming on PIC32 ADC and SPI functions. The goal is to transfer ADC value from PIC through SPI to a FPGA chip. FPGA chip will act as a ‘Master’ while PIC32 will be the ‘Slave’. I will be coding for PIC32 only therefore the following will only be applicable to PIC32 with MPLABX IDE and Harmony Library. Examples for PIC32 ADC and SPI Microchip Harmony provide several examples on initialization of ADC and SPI, follow the Read more