• problem with signal function
    Hi, I am working with uvision4 for c167 and the problem i face with is that I dont know how to define and use signal function utility to assign a pulse input to my program.This is my code and following...
  • How to invoke a "signal function"?
    Friends please help me in resolving this problem.. I wrote a "signal" function to simulate a square wave input in the background(in uvision 3). But i dont know to invoke the function. Please help...
  • arm7 - "signal function" in keil
    Hi. I tried to use the Signal Function i my project (lpc2129) and it didn't work. There an error appeared during compilation. Code of my simple signal function: void signal sig(void) { ain1=1.0;...
  • Debugging with signal function
    Hello! I trying to simulate the signals given to the microcontroller. My special point is to start and stop a simple square wave. Everything works fine exept the SIGNAL KILL. After the "exec()" it is...
  • Global variable for signal functions
    I want to simulate an external pulse arriving to an input pin on my LPC1778 using Keil. I have written the following code: SIGNAL void GPIO_Test_Pulse (void) { int j; PORT4 = 0x0; while ...