Andy's Workshop Forums

General Category => Hardware projects => Topic started by: Ken K on June 03, 2017, 11:55:00 am

Title: 512k Memory Board Usage
Post by: Ken K on June 03, 2017, 11:55:00 am
06/03/17

I am using an Arduino Mega and have installed a 512k memory board in it.  I have figured out how to write and read single point data to and from the board.  I have also figured out how to use it with single dimensional arrays.

I need to find a way to load 2 dimensional arrays to the board.  How do I tell the complied where I want the array using a pointer??

Ken