• 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...
  • 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...
  • 1000BYTES RESTRICTED KEIL C EDITION
    hi all iam woring on keilc of restricted 1000bytes programme ,actually i implemented programme in c and assembly but i would like to add some more c code to my project but its not accepting if it crosses...
  • Array of struct within struct
    Has anyone defined an array of struct inside another struct with C51? I can find no reference document prohibiting it. Yet, when I try to compile following fragment: #include <stdio.h> struct...