• Best Library
    Note: This was originally posted on 17th March 2010 at http://forums.arm.com I must begin to develop on a Cortex M3 NXP LPC1758. I must to implement USB device, I / O, UART, PWM I would like some impression...
  • best ide
    hey people. i will write a new language which is better and easy to learn and not confusing. it will use the best bits of all the others and have simple words. all you want to be help in this big...
  • the best way to shift
    <Code> #define BITS_TO_ROTATE 2 b=(a>>(8-BITS_TO_ROTATE))+(a<<BITS_TO_ROTATE); After lots of research and experimentation we have determined that this is often the best way as it gives the compiler...
  • 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)...