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

Possible issue detaching from IMXRT1062 #1837

Open
xobs opened this issue May 29, 2024 · 1 comment
Open

Possible issue detaching from IMXRT1062 #1837

xobs opened this issue May 29, 2024 · 1 comment

Comments

@xobs
Copy link
Contributor

xobs commented May 29, 2024

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

Specifically, the target goes away when executing this line:

/*
* No reset seen yet, maybe as nRST is not connected, or device has TOPT_INHIBIT_NRST set.
* Trigger reset by AIRCR.
*/
target_mem32_write32(target, CORTEXM_AIRCR, CORTEXM_AIRCR_VECTKEY | CORTEXM_AIRCR_SYSRESETREQ);

I am unable to replicate this issue myself, however there are some reports online of trouble issuing a SYSRESETREQ on an IMXRT:

@xobs
Copy link
Contributor Author

xobs commented May 29, 2024

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.

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

No branches or pull requests

1 participant