• stop debugging if a specific location will be written
    Hi, is it possible (working with MDK version 3.4) to tell the debugger, if a part of the code (e.g. sdram addr 0x20000100) will be written by the program code, the debugger should stop at this command...
  • stop debugging if a specific location will be written
    Hi, is it possible (working with MDK version 3.4) to tell the debugger, if a part of the code (e.g. sdram addr 0x20000100) will be written by the program code, the debugger should stop at this command...
  • Visual studio support for embedded application written for LPC2478 / ARM
    Hello, I have a simulator application written for the target NXP LPC2478 using Keil IDE and armcc compiler. I have to create the executable in visual studio 10 so as to run google test framework...
  • Visual studio support for embedded application written for LPC2478 / ARM
    Hello, I have a simulator application written for the target NXP LPC2478 using Keil IDE and armcc compiler. I have to create the executable in visual studio 10 so as to run google test framework...
  • i want convert hex to decimal
    i am receiving number from ADC naturally its in the form of hex,but i need display it as decimal so its need conversion or any other method pls help me