• Signal function in uVision2
    Hi there! Is there a way to change variables in running signal function? I have tried to kill it and include again with new value, but uVision can't include function "on the fly". Roman.
  • 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...
  • Clock Signal
    Hi, i looked at the CLKOUT pin using a scope expecting to see a square wave type of signal, it looks like a sine on sine signal. I am not sure if it is a board design problem or if it should look like...
  • signal condition
    Hi Any body help me regarding signal condition circuit for K type thermo couple. This signal aim interfacing with ATMEGA8535 microcontroller. IC. Please any body send me reliable...
  • How to use signal function in debug mode??
    Below is that program which prints potentiometer value in serial window. void delay (void) { /* Delay function */ unsigned int cnt; unsigned int val; AD0CR |= 0x01200000; /* Start A/D Conversion...