• Multiplication type of two number
    Is there any diff b/w multiplication time of same data type with variables with different values. e.g uint32_t x; uint32_t y; y = 2; x = 5; y = x*y; y = 655356; x = 369; y = y*x; ...
  • enum data type
    my doubt is a general C doubt.. we know if we are using enum the variables which we declare inside automatically increments by one than the previous variable.. but is there any method by which we could...
  • Calendar data type manipulation
    Hello All, I am writing a Scheduler (posted question regarding timers earlier) which must handle long delays: from 1s to several days. What would be the easiest way to add, lets say, 10.000 seconds...
  • HOW TO MERGE THIS TYPE OF DATA INTO FILE
    HI all iam working cygnal microcontrollers .From the console iam sending text file to the controller through uart transmission.The data in the text file is written into controller external memory. ...
  • HOW TO MERGE THIS TYPE OF DATA INTO FILE
    HI all iam working cygnal microcontrollers .From the console iam sending text file to the controller through uart transmission.The data in the text file is written into controller external memory. ...