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

Add support of STM32L496xx/4A6xx devices #615

Merged
merged 1 commit into from Jul 14, 2017

Conversation

homer242
Copy link
Contributor

Hi,

I quickly added the support of my STM32L496G (discover) in stlink.

I can read and write data to the micro-controller memory. I think all is good.

Before write to the flash, I do a mass erase otherwise it fails with this message:

2017-07-14T15:48:32 ERROR src/common.c: Verification of flash failed at offset: 6144

Regards,
Anthony V.

@xor-gate xor-gate added this to the 1.5.0 milestone Jul 14, 2017
@xor-gate
Copy link
Member

Thank you, you should associate your email adres (...@syscom-instruments.com) with your account which makes it easier for other people to look you up after merge.

@xor-gate xor-gate merged commit 0c84c29 into stlink-org:master Jul 14, 2017
@rdlim
Copy link
Contributor

rdlim commented Jul 15, 2017

Hi, thanks for adding support for STM32L496x. I have seen the similar "verification of flash" error on my STM32L496 Nucleo-144 device. This is the error.

2017-07-14T22:00:04 ERROR src/common.c: Verification of flash failed at offset: 4096

I have the fix for it and will file an issue and pull request.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

STM32L496G discovery kit - st-flash write does not work - flash loader run error
4 participants