• Where is datasheet for Philips 80C51MX
    Philips annonced new 51-based chip 8051MX. "With the introduction of the 80C51MX Memory eXtension, Philips Semiconductors has extended the 80C51 architecture to support more than 64 KBytes of on-chip...
  • Where is datasheet for Philips 80C51MX
    Philips annonced new 51-based chip 8051MX. "With the introduction of the 80C51MX Memory eXtension, Philips Semiconductors has extended the 80C51 architecture to support more than 64 KBytes of on-chip...
  • uv2 - ds80c400 - code/ecode/const/hconst cosntant arrays
    I am having a bit of a problem with constant arrays on the ds80c400 i.e. char y[] = {1,2,3,4}; Note: the ds80c400 has a 16M contiguous memory map. example 1: in the following code the array is...
  • uv2 - ds80c400 - code/ecode/const/hconst cosntant arrays
    I am having a bit of a problem with constant arrays on the ds80c400 i.e. char y[] = {1,2,3,4}; Note: the ds80c400 has a 16M contiguous memory map. example 1: in the following code the array is...
  • Force function to be in CODE instead of ECODE
    Hi, I've configured the memory model to HUGE and I have more than 64kb ROM space. I'm working on a project using C compiler. I noticed that if I declare the ECODE class, all functions will be placed...