• LPC2148 vcom driver for windows10
    Need LPC2148 Vcom driver for windows10 I am using LPC2148 Development Board from Nex Robotics. I need LPC2148 Vcom driver for windows10 to use USB as a Virtual Com. please Help for this. Thanks...
  • Curiosity Killed The Geek
    Question: Out of purely a curiosity thing I formatted an SD Card using Windows XP and a card reader. I then looked at sector 0 and found the FAT32 information as per MS. I then ran a Keil example...
  • pointer to array is killing me!!!
    I'm having serious problem with the following code: unsigned char code * Progtxtstring_ENG[] = { "PROGRAM", "SYSTEM" }; unsigned char code * pMenu; //User selected English pMenu = Progtxtstring_ENG;...
  • µV3: Load kills user functions?
    When loading an executable after defining user functions the functions disappear. This don't happen for hex files. Is this indented or documented? Do I something wrong? This is especially disturbing...
  • building a very simple assembly program.. killing me.
    hello all, I am trying to get my arm7tdmi.. better yet an at91sam7x256 processor to do the simplist of assembly programs.. I have the program done and it should be flawless.. write the sum of...