• Using xhuge memory
    Hello, I have been using an xhuge array of size 512KB on the C167HSE and my software has been working fine. It is declared as follows: unsigned int xhuge x[256000]={0}; By looking at .M66 file...
  • Using xhuge memory
    Hello, I have been using an xhuge array of size 512KB on the C167HSE and my software has been working fine. It is declared as follows: unsigned int xhuge x[256000]={0}; By looking at .M66 file...
  • memory model types
    I need help regarding memory models. If I configure my project as large momery model and I want to use a function as small memory model, the error occurs.."redifinition of function"... please help me...
  • memory model types
    I need help regarding memory models. If I configure my project as large momery model and I want to use a function as small memory model, the error occurs.."redifinition of function"... please help me...
  • strlen() <-> xstrlen(), xhuge, etc.
    Hi all, Our project uses the HLARGE memory model. I'm trying to run the (received but not very well documented) application from RAM instead of flash by copying it to RAM in the startup.a66 file. And...