• Restricted Version Problem
    i am using keil Uvision 4. When i try to build the target those are showing. Build target 'Target 1' linking... BL51 BANKED LINKER/LOCATER V6.22 - SN: Eval Version COPYRIGHT KEIL ELEKTRONIK GmbH...
  • Restriction in Uart Communication
    Dear friends, I am trying to send response for commands recieved through serial port. In this sequence, after execution of two sets, I am not able to send the third set. i am calling a function before...
  • sprintf argument restriction
    Hi, A question regarding C51 v6.23a... The C51 manual suggests that, using the 'large' memory model, sprintf is restricted to a 40 byte parameter list. Having used this knowledge to resolve a...
  • Programmsize restriction within codeblock
    Hello, are there any restrictions of codesize within a codeblock? For examle the first code doesn't work: if ( value ){ . . many Codelines . } If i shorten the code above, then it...
  • what's the restriction of downloading program
    dear all: I have a device which device configuration is as follow CPU=IROM(0x10000000-0x1000FFFF) IRAM(0x00000000-0x0001FFFF) CLOCK(48000000) CPUTYPE("Cortex-M3") (but the real config for board...