• Getting around delayed ack problem
    Hi, I have an application that sends data via BSD TCP sockets every 50ms to some software on the PC. The problem is, windows uses delayed ack - msdn.microsoft.com/.../aa505957.aspx which means...
  • Error L252: Restricted version: Code must be above 4000H
    Hi, I am trying to install Mon51 using the install.bat file provided. I read through the app notes for mon51 configuration and accordingly tried setting the codestart value to 0 or some higher value...
  • Restrict Global Variables to specific modules
    Here comes a very special wish - please do not call me crazy: Working with many C modules, I prefer to define protected/"dangerous" variables static to one module. Quite often I would like to have...
  • arithmetic left-shift wrap-around
    I have run into an issue when performing arithmetic left-shifts in C with Keil when the shift operand is a constant. Specifically, if the operand is a constant and specifies a shift value larger than...
  • must add init.a51 to project????
    I don't add init.a51 to my project but add startup.a51 to my project! but my gloabe variable initializesd all ok????????