• Keil CARM 16K size code restrictions
    I would like to know if the Keil ARM tools (uVision IDE) used with the CARM C compiler is restricted in any way to just compile source code > than 16K? Or its restriction only applies when used as a Debugger...
  • code size in restricted version
    while building the target, I got the following message.. * RESTRICTED VERSION WITH 0800H BYTE CODE SIZE LIMIT; USED: 092DH BYTE (114%) * ******************************************************...
  • What if I wanted NONadjacent 16k+16k pages for (e.g.) NDATA
    What if I wanted to place the two 16k pages of the (e.g.) NDATA class independently? (There is any inherent constraint? to be adjacent) With DPPUSE I can accomplish (as I know) 0x100000 DPP0 ("NCONST...
  • CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED
    i encountered this problem, does anyone know how to get around it? FATAL ERROR L250: CODE SIZE LIMIT IN RESTRICTED VERSION EXCEEDED MODULE: C:\CYGNAL\IDEFILES\C51\LIB\C51S.LIB (-----) LIMIT: 1000H...
  • GNU Emulation in KEIL CARM
    Hi there! I have a source written in gcc and i want to compile it inside a keil carm project using the --gnu command. What should i do? Thanks in advance