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

can we use large memory model variables in Evaluation Keil

Can we use large memory model in Evalation version of Keil for C51.

Parents
  • It may be right bcoz i does not understand this memory model.

    I know that when we use exernal memory we use xdata type.
    when we are accessing not more than 256byte of external memory we use pdata.
    and for inernal we use data.

    But ? is How to use them in programming. Just specifying data type or something else.

    My Problem is:

    I want to interface device which communicate through serial communication with uC.
    I checked this device using serial port analyzer it is responding but when i am giving that commands using uC it is not responding.

    if i am accessing memory of that device then i have to use xdata variables so i have to use large memory model thats why i am asking can we use it.

Reply
  • It may be right bcoz i does not understand this memory model.

    I know that when we use exernal memory we use xdata type.
    when we are accessing not more than 256byte of external memory we use pdata.
    and for inernal we use data.

    But ? is How to use them in programming. Just specifying data type or something else.

    My Problem is:

    I want to interface device which communicate through serial communication with uC.
    I checked this device using serial port analyzer it is responding but when i am giving that commands using uC it is not responding.

    if i am accessing memory of that device then i have to use xdata variables so i have to use large memory model thats why i am asking can we use it.

Children