hi. is there a way to change the project target in uVision3 using the uVision Socket Interface (Application Note 198)?
thanks, andre
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
hi richard,
thank you for your answer. now i can finally stop searching. using different projects is not the most sophisticated solution for me, but it will do it.
andre