| ??? 10/08/03 23:24 Read: times |
#56380 - RE: Atmel 89C55WD cannot read with MOVC Responding to: ???'s previous message |
If you move your msg variables inside the function, it'll be easier to watch the initialisation happening: void main()
{
xdata char msg1[]="abc";
xdata char msg2[]="def";
etc,...It'll be done in a library call, but at least you'll be able to step through and see the MOVCs happening.
If this worlks, it shows that your startup code is broken. |



