• C166 V.5 XLARGE malloc and free
    In my project I have to modify malloc and free. So I copy the xfree.c and xmalloc.c source files and insert my changes. But when I run the program in my emulator I can see that the program do not call...
  • C166 V.5 XLARGE malloc and free
    If I include malloc.c, free.c and init_mem.c from Keil/C166/Lib directory into my project it will not link. I get the following linker errors: *** WARNING L7: MODULE NAME NOT UNIQUE MODULE: C:\KEIL...
  • Memory models/support reply times
    Hi all, I posted a support request (now viewable when I log into https://silver.arm.com) on Thursday morning and have yet to hear back. Does anyone know how long it normally take to get support?...
  • Memory model
    hi, i'm using 89c51 and i made a program with memory model SMALL (is it ok? because all i know SMALL only for 89c51) and i have some problem, after i compiled it can't create a target file because...
  • Memory Models
    I have a small test program which continuously sends characters (ascii table) to the serial ports (ST uPSD3233). The program runs fine when the memory model is: Memory Model: small: variables in DATA...