Hey
I want to give user option whether to program target or not on launching the project. Is this possible? If yes, how?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hey
I want to give user option whether to program target or not on launching the project. Is this possible? If yes, how?
Hello,
I want to give user option whether to program target or not on launching the project. Is this possible? If yes, how?
This is not possible, at least not "out of the box". However, it is possible for you to implement a custom dialog and then disable autoconnect and have your app load symbols only. Then you can have your custom dialog prompt to load or not and then connect to the target manually.
Yeah, I get that it's not available out of the box. I have no problem in implementing a custom dialog. But how to flash the program into the target from the dialog/after the dialog?
Thanks in advance.
I will need to consult with the GC experts on how to implement this and get back to you