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

Cannot use 24-bit address mode

Hi everyone, I am using the Keil to compiler my tiny program which copy more than 64KB from SRAM to Flash. the CPU is Dallas DS80C400. according the CPU the DPTR should be 24-bit. after I use

mov dps, #1
mov dptr, #400000

the dptr register ahows 0x4000 only 16-bit not 24-bit.

Is there some configure I missed. Please help me. Thanks.

Dezhong

Parents Reply Children
No data