Skip to content

Remove "VECTRESET is not supported" on RP2350#127

Open
earlephilhower wants to merge 1 commit intoraspberrypi:sdk-2.0.0from
earlephilhower:patch-1
Open

Remove "VECTRESET is not supported" on RP2350#127
earlephilhower wants to merge 1 commit intoraspberrypi:sdk-2.0.0from
earlephilhower:patch-1

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