• which is better
    I want to know which is better Flash MAgic or FLIP for interfacing with 89C51 ... does Flash Magic for Atmel 89C51 microcontroller
  • which is better to use
    Hi, Which is better to use #define TRUE 1 #define FALSE 0 if(a==TRUE) { } if(a!=FASE) { } whether both makes any difference in code size or speed? Thanks,
  • Which is better, DOS or uvision?
    I recently inherited a pile of software from another division. The code was developed several years ago using only DOS. I am curious to know if I will hurt myself in anyway by using the GUI IDE. uvision...
  • Writing a better code in better format
    Hi guys I am a new learner in this field; I am working on STR912x; I am using the following code for sending a string which have saved in memory memset(sign_packet_data, 0, 0xFF); sign_packet_data...
  • Armcc vs gcc - which is better compiler
    Hello All, we use gnu gcc compiler with optimize option for our build. But optimize option inline everything and hard to debug, can't see local variables & symbols. General question, which is better...