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
Hello,
I'm using the LPC55S69 (MCU-Link Hardware) as HIC which I've attempted to port to the MIMXRT1010-EVB as Target.
To date I haven't been able to get the device to reset by itself after flashing when using the MSD functionality.
Reading through the documentation I believe there's three options:
I've believe kSoftwarereset is the correct option. I define it in target_reset_mimxrt.c And in the yaml:
Using the two Softwarereset options, I always have to manually reset the device.
For the sake of it I tried Hardwarereset, but then I can't even copy files to the MSD, the copying doesn't start.
Is my assumption correct, that I should use one of the Softwareresets?
What is the difference between VECTRESET and SYSRESETREQ?
Any ideas where the issue may lie or where I should have a look?
Thanks for any help, it's really appreciated.
Regards, Sam
The text was updated successfully, but these errors were encountered:
Hello, Could anyone point me in the right direction?
Sorry, something went wrong.
No branches or pull requests
Hello,
I'm using the LPC55S69 (MCU-Link Hardware) as HIC which I've attempted to port to the MIMXRT1010-EVB as Target.
To date I haven't been able to get the device to reset by itself after flashing when using the MSD functionality.
Reading through the documentation I believe there's three options:
I've believe kSoftwarereset is the correct option. I define it in target_reset_mimxrt.c
![image](https://user-images.githubusercontent.com/108300433/177034394-a1047524-5947-438a-aba8-eaf906287d9b.png)
![image](https://user-images.githubusercontent.com/108300433/177034536-7d16a8f3-eb52-481a-be1d-18038a899068.png)
And in the yaml:
Using the two Softwarereset options, I always have to manually reset the device.
For the sake of it I tried Hardwarereset, but then I can't even copy files to the MSD, the copying doesn't start.
Is my assumption correct, that I should use one of the Softwareresets?
What is the difference between VECTRESET and SYSRESETREQ?
Any ideas where the issue may lie or where I should have a look?
Thanks for any help, it's really appreciated.
Regards,
Sam
The text was updated successfully, but these errors were encountered: