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
  • There is e.g. the P89V51Rx2 which will give you 750 C51 accessible extra bytes of RAM, or be greedy and go for the P89C668 which will give you 8k C51 accessible extra bytes of RAM. Both of these are available in PLCC and are 6 clockers that can double your processing speed with the same crystal, if you change the crystal, you can go to 20MHz @ 6 clocks or 33MHz @ 12 clocks.

    Erik

Reply
  • There is e.g. the P89V51Rx2 which will give you 750 C51 accessible extra bytes of RAM, or be greedy and go for the P89C668 which will give you 8k C51 accessible extra bytes of RAM. Both of these are available in PLCC and are 6 clockers that can double your processing speed with the same crystal, if you change the crystal, you can go to 20MHz @ 6 clocks or 33MHz @ 12 clocks.

    Erik

Children