Can we use large memory model in Evalation version of Keil for C51.
I think you're jumping to a conclusion, there, Erik.
There may be a valid reason for wanting to experiment with different memory models...
Thanks, Neil. Mr. Erik is also may be right.
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.
Please guide for this.
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. show your code
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. why? what does the memory of another device have to do with the memory you use for the '51? Also you do not need the large memory model to use xdata
Erik