• Start execution from absolute address
    Hello, on my two Infineon boards (one equipped with an XC161 and the other with an XC167) I am not able to use the built-in CAN bootstrap loader mechanism, therefore I am writing a C program dedicated...
  • Start execution from absolute address
    Hello, on my two Infineon boards (one equipped with an XC161 and the other with an XC167) I am not able to use the built-in CAN bootstrap loader mechanism, therefore I am writing a C program dedicated...
  • 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);...
  • 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);...
  • Start uVision code execution automatically from command line?
    I am starting the debugger with UV4 -d <project> from the command, but would like to start code execution (Run/F5) automatically. This can be done with a GO command in the initialization file, but the...