• Function editor problem (uVision2)
    Hello, I've written an initialization file via the Function Editor (uVision2, version V2.37 ) to generate pulses on P3_2. This is to simulate RC5. I've written -among other things- the following...
  • Function editor problem (uVision2)
    Hello, I've written an initialization file via the Function Editor (uVision2, version V2.37 ) to generate pulses on P3_2. This is to simulate RC5. I've written -among other things- the following...
  • uVision2 User Functions get wrong values
    My Client has uVision2 v2.07. I want to write a uVision2 Debugger User Function which will run to a breakpoint and then display program data values. eg: FUNC void test ( void ) { exec( "G"...
  • uVision2 User Functions get wrong values
    My Client has uVision2 v2.07. I want to write a uVision2 Debugger User Function which will run to a breakpoint and then display program data values. eg: FUNC void test ( void ) { exec( "G"...
  • is there a keypress check function for uVision2?
    I work on a project with an Atmel T89C51RD2 that will have a keypad for data input later on. To test the program I want to use the PC's keyboard. Is there a function that checks for a keyboard input ...