• is there a simpler way
    This works without a problem, except I have to look up the structure of the call every time I add one. Also the readability is not exactly great. a structure in upper 64 k of "code flash" in a SILabs...
  • Best way to redirect Serial I/O?
    I have got 3x buffered serial ports working fine, Uart0, Uart1, Bitbanged Uart3. I can transfer chars between them in any order so they are fine. They are named Sin0, Sout0, Sin1, Sout1, Sin3, Sout3...
  • Is there a way to suspend warning C280 ?
    The following warnings apears from time to time. MEM_TST.C(41): warning C280: 'mem_DPP': unreferenced local variable Sometimes I want to suspend them, but I can't find how. suspend linker warnings...
  • Best way to control a servo?
    Hi, This might be a little OT but I've been exploring a few new ways of controling a servo. I'm using a 8051 board of my own design, a Hitec HS300BB servo and the control line of the servo is connected...
  • Best way to see "optimizations"
    Hello everyone, So, I have a program I'm working on an 8051W core chip using Keil's C51 software and have a loop that looks like this: /* If Pressure2 is saturated low*/ if ((Pressure2>>3)...