• calculate minimum & maximum of int
    hey i was wondering how to do this how to do this for an integer, now i have an integer say 50 and it changes sometimes it goes to 80 how to track this down..on time ofcourse Posted by nanix;...
  • what is the maximum value for TCP_NUM_SOCKS
    What is the maximum number of TCP sockets the network library can handle?
  • How to find maximum Stack usage(size)
    Hi, I am using TI MSC1210Y5 controller with Keil u-vision 4.02 . Is there any way to find the maximum stack size(usage) in a firmware during any time the firmware application is running. ...
  • Array indexing with unsigned int
    C251 v3.12 The C251 compiler does not handle arithmetic for array indices consistently. Consider char tt[30] ; char test ; unsigned char aaa = 27 ; unsigned int bbb = 27 ; test = tt[aaa - 20] ;...
  • array adding int.
    I'm trying to fill an array with a rotating counts then add the all up each time the sub is called. When I simulate this code I never see the i++ index. I guess keil supports i++ by itself. i++;...