This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Changing target via uVision Socket Interface

hi.
is there a way to change the project target in uVision3 using the uVision Socket Interface (Application Note 198)?

thanks,
andre

Parents
  • Hi Andre,

    Unfortunately this is not possible in the current interface. It is possible to switch between targetting the simulator and targetting a JTAG debugger such as the ULINK2, but not possible to change the target.

    This option may be added in an new release of the uVision Socket Interface, but until then the only solution is to have 2 different projects that can be loaded via the UVSC_PRJ_LOAD() function.

    Regards,
    Richard

Reply
  • Hi Andre,

    Unfortunately this is not possible in the current interface. It is possible to switch between targetting the simulator and targetting a JTAG debugger such as the ULINK2, but not possible to change the target.

    This option may be added in an new release of the uVision Socket Interface, but until then the only solution is to have 2 different projects that can be loaded via the UVSC_PRJ_LOAD() function.

    Regards,
    Richard

Children