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.
I have experience of the product and I might be able to help more than some other posters here; but only if you give more details.
I guess you are using banking for code space? also for data space?
If so, then what are the banking constraints?
Hi! i use no more banking.