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

Use 80251's 1KB internal data memory with C51 compiler?

Hi,

I have recently inherited a project that was originally done using an 8051. A few years ago the hardware was changed to use an 80C251SB but development continued using the C51 compiler.

There is no external data memory in the device. Is it possible to use the 80C251SB's larger internal data memory with the C51 compiler? We have uVision3 with C51 compiler version 8.09.

My bosses want to add PID and serial communication to the device (serial hardware is there but has never been used) and it looks like I've only got about 20 bytes left to work with.

Parents
  • Hi Jack, thanks for the response.

    You would probably be best to address the question directly to Keil support for an authoratitive answer.

    Keil support tells me that the architecture is too different, and that I need to use the C251 compiler to use that memory.

    This is disappointing but not surprising.

Reply
  • Hi Jack, thanks for the response.

    You would probably be best to address the question directly to Keil support for an authoratitive answer.

    Keil support tells me that the architecture is too different, and that I need to use the C251 compiler to use that memory.

    This is disappointing but not surprising.

Children