• Address of an element of a struct
    I have this code: typedef struct _DLL_struct { unsigned char DLL_type; unsigned char DLL_lenght; unsigned char DLL_data_begin; } DLL_struct; unsigned char xdata FskRxBuf[MAX_SIZE_BUFFER]; ...
  • string functions for xhuge data
    I need string functions which are operating on xhuge data. Has anyone code for: xstrcpy xstrcmp xstrncpy xstrncmp Any help is apprecciated
  • 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...
  • 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...
  • 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...