• 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...
  • 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
  • Can you suggest a better way?
    Hello, This is not a Keil related question - but either way I was hoping to hear some refreshing ideas... I have a simple data structure, like this: typedef struct { int32s id ; int32s offset...
  • witch is better
    Actually I have to receive the 3-bytes thorough serial link and then these three bytes are then converted into paralell. I use 74245 buffer and then use three 74LS373 latches....But the problem is that...
  • anyone have a better method
    when I have to catch accesses to foo() and some pesky valid call happens all the time, in code like this: void foo(BYTE x} [ ...... ] foo(47); // one of many that might be the culprit foo(12);...