• broken URL
    Hi, This URL bellow is broken, could you please correct it? http://www.keil.com/mcbstm32f200/mcbstm32f200-schematics_V1.2.pdf Thanks,
  • Broken threads?
    There seem to be a number of broken thread at the moment: clicking the title from the thread list just gives a blank page. Or is it just me?
  • typedef & optimisation
    In the book "TCP/IP Lean" [1], the author states: "I have used #define in preference to typedef because compilers use better optimisation strategies for their native data types." Is this true of...
  • Compiler optimisation
    Hello, 1.when i use printf with no var_args then the compiler should call puts instead of printf. ex1: #include <REGX51.H> #include <stdio.h> void main(void) { printf("This must call puts...
  • Disappointing optimisation...
    Hi, I'm doing a comparison between BL51 and Lx51 to determine the code space savings- I'm a bit suprised to see that for the same project, Lx51 yields a code reduction of only 0.6%- I've enabled the...