• 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, 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...
  • 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...
  • Which is better?global variable or message box
    I want to develop a firmware for an embedded system (with LPC1313 micro), I want to use RTX RTOS for this project. I write the firmware myself(single developer). I have seven tasks that should communicate...
  • 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...