• I need a CRC-8 bit XFP complient CRC piece of code
    I need a XFP complient CRC code module. Or I need to validate the one that I got. So any help (pointers to code, pointers to XFP CRC spec, notes on how to validate) would help. Sean
  • I need a CRC-8 bit XFP complient CRC piece of code
    I need a XFP complient CRC code module. Or I need to validate the one that I got. So any help (pointers to code, pointers to XFP CRC spec, notes on how to validate) would help. Sean
  • locating a piece of code
    Hi all, i am using keil uvision3 with ulink.(mcb2100) can i locate a piece of code to a specific location in internal rom or in internal ram? What i want to do is,i want to locate some piece...
  • locating a piece of code
    Hi all, i am using keil uvision3 with ulink.(mcb2100) can i locate a piece of code to a specific location in internal rom or in internal ram? What i want to do is,i want to locate some piece...
  • How to fine tune a piece of C code into macro?
    I have a piece of C code, if(u3Varaible0 > u3Variable2) { #ifdef DEF_SOMETHING . . #else . . #endif } else { . . . } The variable length of u3Varaible0 is 3 bytes. I...