We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There may be an issue when detaching from an IMXRT1062.
There is a report of failure to issue kill when attached to an IMXRT1062 on Farpatch: farpatch/farpatch#71
kill
Specifically, the target goes away when executing this line:
blackmagic/src/target/cortexm.c
Lines 939 to 943 in e4da644
I am unable to replicate this issue myself, however there are some reports online of trouble issuing a SYSRESETREQ on an IMXRT:
SYSRESETREQ
The text was updated successfully, but these errors were encountered:
This may be due to a missing efuse bit as documented at https://community.nxp.com/t5/i-MX-RT/RT1062-software-reset/m-p/1270292 though it's strange the target stops responding entirely.
Sorry, something went wrong.
No branches or pull requests
There may be an issue when detaching from an IMXRT1062.
There is a report of failure to issue
kill
when attached to an IMXRT1062 on Farpatch: farpatch/farpatch#71Specifically, the target goes away when executing this line:
blackmagic/src/target/cortexm.c
Lines 939 to 943 in e4da644
I am unable to replicate this issue myself, however there are some reports online of trouble issuing a
SYSRESETREQ
on an IMXRT:The text was updated successfully, but these errors were encountered: