This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Question about ROM(HUGE) compiler directive

Hi,
My code doesn't work if I compile it with ROM(HUGE) mode, but works fine if compile it under ROM(LARGE) mode. Any comments would be appreciated. Thank you!

Processor: p87c51MB2
CX51: V7.04d
LX51: V3.54

Parents
  • Such problems often stem from some bit in some SFR not being (re)set in startup.a51. I have not looked at the 669 for a long time but somwhere in the old DNA computer is floating around something about a bit that need be set to switch to 24 bit mode.

    Erik

Reply
  • Such problems often stem from some bit in some SFR not being (re)set in startup.a51. I have not looked at the 669 for a long time but somwhere in the old DNA computer is floating around something about a bit that need be set to switch to 24 bit mode.

    Erik

Children