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
  • Is this possible to transmit data in decimal through serial port because according to my knowledge serial port can transmits only ASCII characters but it can receive decimal/binary data if there is any method to transmit decimal/binary data using it please reply

    Regards

    Kingky

Reply
  • Is this possible to transmit data in decimal through serial port because according to my knowledge serial port can transmits only ASCII characters but it can receive decimal/binary data if there is any method to transmit decimal/binary data using it please reply

    Regards

    Kingky

Children