• 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...
  • 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...
  • Warning : #167-D - for function sprintf
    Hello, colleagues! My question is about work with function sprintf in Keil C for ARM. I have a structure for RTC, that looking as: struct { unsigned char SEC; unsigned char MIN; unsigned char...
  • Warning : #167-D - for function sprintf
    Hello, colleagues! My question is about work with function sprintf in Keil C for ARM. I have a structure for RTC, that looking as: struct { unsigned char SEC; unsigned char MIN; unsigned char...
  • 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...