PEB uses SPI protocol to communicate with the Flash memory chip. An SPI_Test project has been uploaded to the mplab/ directory (link) with example code to be rewritten and refined for our specific needs.
Code for the SPI Test was acquired from a post by user JorgeF on the Microchip Forums.
The primary access is via the microcontroller's UART protocol, which is fed out via the IR transceiver.
@philipaconrad has been making progress, but the IrDA output is being particularly finicky.
PEB uses SPI protocol to communicate with the Flash memory chip. An SPI_Test project has been uploaded to the
mplab/
directory (link) with example code to be rewritten and refined for our specific needs.Code for the SPI Test was acquired from a post by user
JorgeF
on the Microchip Forums.