Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing "Reset and Run" Feature in Keil Studio VSCode Extensions #10

Open
xiaoyu200009 opened this issue Sep 5, 2024 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@xiaoyu200009
Copy link

In uVision, there's a "Reset and Run" checkbox under Debug Settings > Flash Download that allows the program to automatically run after flashing. However, I couldn't find a similar feature in the Keil Studio VSCode Extension. After flashing, I currently need to manually press the reset button on the development board or start the debugger to run the program.

It seems like this feature might not be implemented in the VSCode extension yet. Could you please confirm if this is the case or if there's an alternative method to achieve automatic program execution after flashing?

@xiaoyu200009 xiaoyu200009 added the enhancement New feature or request label Sep 5, 2024
@jmjoy
Copy link

jmjoy commented Sep 6, 2024

In the arm-debugger documentation, there is an option resetAfterConnect, which can automatically reset, but the flash task does not have this option.

Originally posted by @jmjoy in ARM-software/vscode-keil-studio-pack#25 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants