| ??? 10/09/03 08:00 Read: times |
#56399 - RE: Atmel 89C55WD cannot read with MOVC Responding to: ???'s previous message |
Andy Neil wrote: ------------------------------- 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. In fact I step through the initialization code and it works in debugger. Also it is build by the compiler and I believe it is OK since it work at 8952. |



