• Alternate method of using "sfr" and "sbit" for Misra Compliance
    I want to change my code along with Compiler library header files to have Misra-C Compliance. For the following code, there is an Misra Violation saying that "There shall be no definitions of objects...
  • Alternate method of using "sfr" and "sbit" for Misra Compliance
    I want to change my code along with Compiler library header files to have Misra-C Compliance. For the following code, there is an Misra Violation saying that "There shall be no definitions of objects...
  • best method to differentiate usb
    Hi all, Which is the best method to differentiate mass storage device like USB. Is there any other method other than using VendorId and ProductId of Usb?
  • best method to differentiate usb
    Hi all, Which is the best method to differentiate mass storage device like USB. Is there any other method other than using VendorId and ProductId of Usb?
  • arrays and ptrs: what are C_CSTOPTR and C_ISTOPTR for
    Dear all, I have problems with string in C51, and confused about the array and ptr processing in C51 while investigating the assembly code generated. What is C_CSTOPTR and C_ISTOPTR for in the code...