Hi! i have use p89c669 microcontroller and am29f040b [512 kb] flash.When i using the external code memory i can't initialize the array that have more than 4 values.if i initialize more than that the program will not be executed.if i comment the array the program was executed.the code was
const char red [256] = {0x00,0x00...0x00,0x00};
please help me!
regrads, K.T.Venkatesan.
Why use the 'far'? I thought that was used on cores that support 24 bit addressing.
Are you beyond 64K? Don't cross the boundary!
Check the map file.
Why use the 'far'? I thought that was used on cores that support 24 bit addressing. which the (soon to be discontinued) '669 does
Erik