002
Member level 1
iar array is too large
I try to compile an array of 80K.
The micro one has 130k.
The compiler is EWAVR 2.28A
The option as set on V3 ( 1FFFF of code space)
__farflash unsigned char Parl[] = {
The compiler signals me the following error:
..\Parl.h (2049) : Error[Pe095]: array is too large
Does someone know the why, and as I can obviate?
thanks
002
I try to compile an array of 80K.
The micro one has 130k.
The compiler is EWAVR 2.28A
The option as set on V3 ( 1FFFF of code space)
__farflash unsigned char Parl[] = {
The compiler signals me the following error:
..\Parl.h (2049) : Error[Pe095]: array is too large
Does someone know the why, and as I can obviate?
thanks
002