problem using keil uvision 3

Posted by Blossom on Stack Overflow See other posts from Stack Overflow or by Blossom
Published on 2010-03-15T14:58:23Z Indexed on 2010/03/15 14:59 UTC
Read the original article Hit count: 148

Filed under:

I am trying to compile a C code using Keil uvision 3. The entire code gets compiled only if I use large memory model by choosing option xdata for target. To use this model I have to use external data RAM which is not possible for me due to some reasons.

So I decided to go with pdata option. Can anybody please help me with the exact steps to be carried out for using pdata? I am using 89V51RD2. I am much confused with the options like BL51 MISC, BL51 Locate etc.

© Stack Overflow or respective owner

Related posts about keil