-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 STM32L412 #754
Comments
Please provide a PR (https://help.github.com/articles/about-pull-requests/) |
I implemented a similar change without seeing this first and ended up with all the same values as @jcw, and it appears to be working fine with the NUCLEO-L412KB board. @xor-gate Can I open up a pull request (EliKrumholz@348149b), or were there any other issues that needed to be addressed? |
I'm struggling to get st-link to work on an STM32L412x chip and stumbled over this thread. I got excited and thought maybe this change was never integrated, but alas, it was. For future readers, the change(s) suggested by @jcw & @EliKrumholz above was merged in May of 2019. Thanks! |
Please verify if the issue still exists in Release v1.6.0. |
I can confirm, that I was able to get STLINK to upload directly to two different STM32L412xx chips using both FTDI and SWD without any changes to software. |
Fixed since commit 189f253 which is part of Release v1.6.0. |
I've made the following changes to stlink to get it to recognise and upload to the L412:
I'm not sure about
bootrom_size
, but the rest should be correct.Note also that
STLINK_CHIPID_STM32_L41X
(0x464) was already present insrc/chipid.h
.The text was updated successfully, but these errors were encountered: