Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

The debugger gives the ERROR message: “The user code falls in the memory area occupied by the debugger kernel”. What to do ?

0
Posted

The debugger gives the ERROR message: “The user code falls in the memory area occupied by the debugger kernel”. What to do ?

0

If you use the debugger, your code can not occupy the first 2K of 8051 memory map (locations 0 to 7FF locations). This area is reserved for a resident part of the debugger. Your program should start at 0800 using ORG $0800 statement.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123