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

PDATA and XDATA

If I use PDATA for my Stack. will any of my XDATA overlap? or is Keil smart enough to prevent that? Does it mean the RAM(XDATA) I have is 2048 - 256 for pdata?

MCU: AT89C51CC03
Memory Model: Compact

PBPSTACK EQU 1
PBPSTACKTOP EQU 0xFF +1

Parents
  • While. I have the 8051 building a 32 bit CRC from data it streams from the SDcard. I found that is was twice as fast when I moved my stack into pdata. I did a lot of changing and moving of memory to achieve maximum speed.
    it builds a 32 bit CRC on 512K streamed from the SDcard in just over 4 mins.

    Also, I have done lots of research on processors, I was mostly wondering about a good development kit. Not to expensive. I got a quote form the Zii processors stuff and they wanted 7K.

Reply
  • While. I have the 8051 building a 32 bit CRC from data it streams from the SDcard. I found that is was twice as fast when I moved my stack into pdata. I did a lot of changing and moving of memory to achieve maximum speed.
    it builds a 32 bit CRC on 512K streamed from the SDcard in just over 4 mins.

    Also, I have done lots of research on processors, I was mostly wondering about a good development kit. Not to expensive. I got a quote form the Zii processors stuff and they wanted 7K.

Children
No data