• asm inserts
    Hello! How can i insert necessary for me asm comands like push/pop? for example i got example from here www.keil.com/.../armclang_ref_chr1383658400125.htm int add(int i, int j) { int res = 0;...
  • Ethernet cable insertion detection
    Hello, I need to make sure that my LPC2478 will configure its DHCP only after the physical insertion of the Ethernet cable into the controller (it seems that TCPNet cannot handle a situation where...
  • USB Insertion Event Problem
    Part of the functionality of my application is checking to see if a USB mass storage class device is connected to the Type A connector. I'm currently using the MCB1700 evaluation board which features...
  • Embedded code insertion
    I'm writing an embedded controller that has slave devices. Is it possible with the Keil compiler (or other method) to embed the slave code into the main device for automatic uploading when the firmware...
  • Program signature calculation and insertion
    I am a newbie to ARM7.I have a LPC2148 controller and a JTAG debugger.I have tried running a small led blinking code.In debug mode the led blinks but as soon as I'm out of the debug mode ,the led stops...