Arduino Forum
>
Products
>
Arduino Due
(Moderator:
fabioc84
)
>
maximum array size
Print
Go Down
Pages:
[1]
Topic: maximum array size
(Read 2242 times)
previous topic
-
next topic
ageurtse
Newbie
Posts: 36
Karma: 1
[add]
maximum array size
Apr 06, 2013, 06:37 pm
Is there someone who knows how to create an array of 128000 bytes (128K)
this array should be in ram or some other kind of fast memory, the array changes pretty fast.
in my opinion there isn't enough memory on the DUE, so how could i solve this.
TheKitty
Full Member
Posts: 188
Karma: 25
[add]
Electronics are the new Legos
Re: maximum array size
#1
Apr 06, 2013, 07:33 pm
You should think about a different platform, one with more RAM. Raspberry Pi etc.
ageurtse
Newbie
Posts: 36
Karma: 1
[add]
Re: maximum array size
#2
Apr 07, 2013, 05:47 pm
But those boards can't be programmed by the arduino ide, and there are a lot of examples provided here.
I'm going to solved the memory issue by sending the data in 2 blocks.
so this is solved on to the next
Print
Go Up
Pages:
[1]
Loading...