Microchip AN1287 SPI access to SRAM

Thread Starter

AlbertHall

Joined Jun 4, 2014
12,347
The Microchip application note AN1287 discusses code for accessing SRAM using SPI but I cannot find the actual code it refers to.
Does anyone know where it is hiding?
 

nsaspook

Joined Aug 27, 2009
13,315
The Microchip application note AN1287 discusses code for accessing SRAM using SPI but I cannot find the actual code it refers to.
Does anyone know where it is hiding?
That's really old and the original code was in C18 that has become unobtanium.
This 'Click' uses SPI SRAM family so there might be usable code examples there:
https://www.mikroe.com/sram-click

The latest xc8 mplabx and mcc can generate example code for the SRAM click.
1681849853163.png
 
Top