• 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
  • elements of XHUGE structs
    Hi Folks, I do have some trouble with huge memory model and xhuge structures. I wonder, how is it with structures of type xhuge, which constists of a lot of sub- structure types: struct big ...
  • 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...
  • Memory copy - xhuge and near model types
    Hello all, may you give me an explanation of following piece of code (target is ST10F276): U8 ndata * Dest; U8 xhuge * Source; register U16 wTemp; while([condition]) { ..... wTemp = *((U16 xhuge...