• Problem With Subtraction
    I am trying to do a straight forward subtraction and am getting the wrong result every time. The code is as simple as if(SetPoint>PulseCountLast) { error = SetPoint-PulseCountLast; } All three...
  • 40 bit subtraction
    Can anyone please give me some hints as to how to go about subtracting one 40 bit number from another? At the start of a process I read a 5 byte counter from external hardware and store it. At the end...
  • subtraction of 2 ascii arrays
    Hey i wants to get idea for how to subtact two arrays of ascii chracters of amount.... e.g. unsigned char ary1[3],ary2[3],ary[3]; ary1[1]=0x32; //0x32 is ascii code for 2 ary1[2]=0x31; ...
  • Fast dark picture subtraction
    Hi, I'm searching for a fast way to substract a dark image from another image. If the dark image pixel value is greater than the corresponding image pixel, the resulting image pixel should be zero...
  • Error - Subtractive relocations not supported
    I was trying to add RO data size to a FW image header. In header.inc file I had done DCD ||Image$$TEXT$$ZI$$Limit|| - ||Image$$TEXT$$Base|| It generated error - Error: A1142E: Subtractive relocations...