Skip to content

Remove "VECTRESET is not supported" on RP2350 #127

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

Open
wants to merge 1 commit into
base: sdk-2.0.0
Choose a base branch
from

Conversation

earlephilhower
Copy link

The "cortex_m reset_config sysresetreq" setting in the RP2350.tcl script doesn't seem to set the value for core1, leading to warning messages during successful runs:

Warn : [rp2350.dap.core1] VECTRESET is not supported on this Cortex-M core, using SYSRESETREQ instead.
Warn : [rp2350.dap.core1] Set 'cortex_m reset_config sysresetreq'.

Explicitly add the setting to the RP2350 config file to silence the warnings.

Fixes #120

The "cortex_m reset_config sysresetreq" setting in the
RP2350.tcl script doesn't seem to set the value for core1,
leading to warning messages during successful runs:
````
Warn : [rp2350.dap.core1] VECTRESET is not supported on this Cortex-M core, using SYSRESETREQ instead.
Warn : [rp2350.dap.core1] Set 'cortex_m reset_config sysresetreq'.
````

Explicitly add the setting to the RP2350 config file to silence
the warnings.

Fixes raspberrypi#120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Warning: sysresetreq not set on rp2350.dap.core1
1 participant