• executing some debug/simulation functions when certain project function starts
    I have function that reads status from GPIO port and stores it in local variable and then return that value. unsigned int ulStatusRead(void) { unsigned int ulStatus; ulStatus = readPort(PORTx);...
  • Locate end of function from within a UV2 debug function
    I need to use a debug function to check the results of a function call. Is there any way to determine the address of the end of the function from within a debug function (or any other way to determine...
  • executing some debug/simulation functions when certain project function starts
    I have function that reads status from GPIO port and stores it in local variable and then return that value. unsigned int ulStatusRead(void) { unsigned int ulStatus; ulStatus = readPort(PORTx);...
  • Locate end of function from within a UV2 debug function
    I need to use a debug function to check the results of a function call. Is there any way to determine the address of the end of the function from within a debug function (or any other way to determine...
  • 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...