-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add support for Nucleo STM32L452 #603
Comments
I was able to resolve it, I am not sure if my steps are correct but i was able to program the nucleo 64 board. Below are the steps that I flowed to resolve the issue: in file stlink/include/stlink/chipid.h line 60
in file stlink/src/chipid.c line 418
in file stlink/src/flashloader.c line 308
Although i had to run command |
Could you create a Git Pull Request patch for this feature so you get full credits? More info if you don't know: https://help.github.com/articles/about-pull-requests/ |
* update gitignore for debian * add/update support for L43x/44x/45x/46x, partially thanks to @vatsaltrivedi86, should close #603
Fixed in #608 |
NOTICE: The issue may be closed without notice when not enough information is provided!
Thank you for giving feedback to the stlink project. Take some time to fill out
check boxes with a X in the following items so developers and other people can try to
to find out what is going on. And add/remove what is appropriate to your problem.
When submitting a feature request, try to reuse the list and add/remove what is appropriate.
Place a
X
between the brackets[X]
to mark the list item.st-flash
When running the st-flash it does not flash the device. It exits after below comments
Output:
user:~/workspace$ ../Packages/stlink.git/build/Release/st-flash --format ihex write STM32L452RE_NUCLEO_RX.hex
st-flash 1.3.1-19-g55c0572-dirty
2017-06-09T08:50:14 INFO src/common.c: Loading device parameters....
2017-06-09T08:50:14 WARN src/common.c: unknown chip id! 0x20016462
Thank you,
The stlink project maintainers
The text was updated successfully, but these errors were encountered: