jimmo / numato-mimasv2-pic-firmware

14 stars 7 forks source link

Provide an interface to the internals of the PIC (ADC, EEPROM, serial number) via the SPI interface #6

Open mithro opened 7 years ago

mithro commented 7 years ago

It would be good if the FPGA could access the PIC via the SPI interface and read useful information such as the ADC values, write / read the EEPROM space and the serial number inside the PIC.

mithro commented 7 years ago

See https://github.com/timvideos/HDMI2USB-TOFE-LowSpeedIO/blob/firmware/firmware/usb-pic-uart.c for example.