Quantcast
Channel: PSV window, multiple page access for large arrays in flash?
Viewing all articles
Browse latest Browse all 34

Re: PSV window, multiple page access for large arrays in flash? (balmerjd)

$
0
0
No, the compiler can handle multiple 32k pages of memory but only access them one at a time, and no one variable/array/"object" can be larger than 32k.  So you could have 10 arrays that were 32k or less (provided you have enough memory to hold them) and access any one of them and the compiler will manage the PSV registers and window to access them.  However you cannot have even one array greater than 32k.

Viewing all articles
Browse latest Browse all 34

Trending Articles