• Probelm checking for NULL
    I am trying to check for a NULL character but I get the following error when I try to comiple: Error C193: '!=': bad operand type Any suggestion on how to correct the problem? Thanks.
  • Code size Increased Unreasonably!
    Hi Everyone, I'm using C251 compiler with optimization level 9 with 'size' emphasis. I've a function similar to one given below. int * fun(short* param1, Boolean param2){ //..........code...
  • ZI-data size increases with Stack Size increase
    If i set the stack size to 10k(0x2800) in the configuration wizard and re-build the code, ZI-data size is 18868. But when i increase the stack size to 20k(0x5000),ZI-data becomes 29108. Why is this so...
  • Use of Sprintf increases code size!!
    Hi, When i use the following code, the code size is as below: unsigned char Buf[3]; unsigned long oncount = 0; sprintf (Buf,"%d",(int)(oncount/360000)); Program Size: data=45.1 xdata=1 code...
  • how to increase stack size
    Hi How to increase the stack size , i am not using the RTX. Where i have to increase (which file). thanks and regards Goran.