• What is this compiler optimization?
    Hi, I found my bug, but I want to understand why the compiler did that! I use a fonction to clear bits: CLRBIT(BYTE, MASK); The following C code: CLRBIT(aBMCURegisters[REGADDRESS], I2C_SELECT_BIT...
  • in what case we should change "startup.a51"!
    in what case we should change "startup.a51"! thank you !
  • What should be avoided in RTX51_Tiny application ?
    I am using RTX51_Tiny now. It is my first time to use it. But I am a serious C51 programmer. So when I write functions in RTX51_Tiny, what should I pay attention than the normal C51 style? Thanks!
  • What DLL should I use???
    Gentlemen, I am writing code for a Temic TSC80251G1D processor and uvision dscope simulator asks me what driver do I want to load. Which DLL should I use??? Any Suggestions? Thanks Jim
  • error #40 : expected an identifier
    Hello, I am compiling the code for UART communication in TM4C123GH6P and it gives me an unexpected error for the line __I uint32_t CR; /* GPIO Commit*/ in the header file TM4C123GH6PM.h ...