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

mon51 without xdata

hi all!

i'm now involved in a project at our school. we try to create some kind of "single board computer", but we want to keep it small. this is the reason why we chose the philips 89LPC922, a 8051er with an internal 8k flash, ISP.
now it's up to us to create a debugging-environment - we want to implement the MON51 on our chip.
but here comes the problem: the mon51 uses 800-something-bytes in the xdata-area. however, our µC just has the internal flash and the DATA/IDATA-memory, and no xdata. there are even no adress-ports on the chip (20 pins in a DIL-case), so i can't attach one.
when i disassemble the code downloaded on the chip, there are quite many movx-instructions...

so, first about, what happens if i use the movx-instruction on that chip? would it access the code-flash when reading with movx a,@dptr ? or what happens when writing?

is it then possible to implement the MON51 in my case?

if not, are any alternatives? other monitors which work with RIDE?

thanks in advance
greets, christian hartl