• Welcome to Andy's Workshop Forums. Please login or sign up.
 
April 16, 2024, 05:54:43 am

News:

SMF - Just Installed!


512k Memory Board Usage

Started by Ken K, June 03, 2017, 11:55:00 am

Previous topic - Next topic

Ken K

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