• How to insert asm code in c file?
    How to insert asm code in c file. I don't want to generate asm file and not to call asm function. example : void f1(void) { ... ... nop <----- put asm code here ... } how to write in...
  • PROBLEM WHILE INSERTING ASM CODE INTO C FILES
    Hello, Iam facing problem with inserting asm code into my c file, what i did is I have opend new project and target controller is at89c51, and added following c file to project. ***************...
  • 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...
  • 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...
  • 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...