• More external memory than 64k
    Hello. I am curious why there is a limitation of 64k on the C251 compiler, when the device can handle up to 256k? Is there a way around this?
  • More external memory than 64k
    Hello. I am curious why there is a limitation of 64k on the C251 compiler, when the device can handle up to 256k? Is there a way around this?
  • how to use external program/data memory address up to 64k/1M?
    Hi, I got a chip from WINBOND, w78c438c. It claims that it support 64kb program/1MB data memory space for applications which need additional external memory to store large amount of data . does...
  • how to use external program/data memory address up to 64k/1M?
    Hi, I got a chip from WINBOND, w78c438c. It claims that it support 64kb program/1MB data memory space for applications which need additional external memory to store large amount of data . does...
  • code_size>64K with C51 => code_size<=64K with CX51?
    Hi all, We are using the C51 with OPTIMIZE (9, SIZE) and we have a problem the code space. The question is : if we change to CX51 and use OPTIMIZE (11, SIZE) , do you think we can save some code...