• Welcome to Andy's Workshop Forums. Please login or sign up.
 
April 19, 2024, 01:48:29 am

News:

SMF - Just Installed!


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Ken K

1
Hardware projects / 512k Memory Board Usage
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