• coding query
    hi can some one tell me wat does idata in the following line does?? unsigned char idata keypad[4][4]= { '1','2','3','/', '4','5','6','*', '7','8','9','-', 'Z','0','X','+',};
  • coding query
    hi can some one tell me wat does idata in the following line does?? unsigned char idata keypad[4][4]= { '1','2','3','/', '4','5','6','*', '7','8','9','-', 'Z','0','X','+',};
  • MAX3420E code query
    Hello Raju, I saw the total post,i am also working on MAX3420E and i am very new in field of coding. I also have to read data from USB to Host and store it in a Notepad. Can you please provide...
  • MAX3420E code query
    Hello Raju, I saw the total post,i am also working on MAX3420E and i am very new in field of coding. I also have to read data from USB to Host and store it in a Notepad. Can you please provide...
  • query on startup code
    1) Where from the startup.s gets the __main?--is it from the library? if yes then which library? 2) Where is the complete linker script?---as i hope appname.sct is not the only linker script. it...