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

Support for STM32L452 #1

Open
belnj opened this issue Mar 7, 2022 · 1 comment
Open

Support for STM32L452 #1

belnj opened this issue Mar 7, 2022 · 1 comment

Comments

@belnj
Copy link

belnj commented Mar 7, 2022

Hi, flash is not supported for STM32L452. I would like to know how to flash it.

@devanlai
Copy link
Owner

devanlai commented Mar 7, 2022

The webstlink source was ported from pystlink before STM32L4 support was added. It looks like pystlink picked up support for it in 2019.

Adding support to webstlink should be possible, though it would involve a bit of porting work to:

  1. Port stm32l4.py from Python to JavaScript.
  2. Add new STM32L4 device entries from stm32devices.py
  3. Add the new STM32L4 flash driver to the list in package.js
  4. Add the flash driver name lookup to load_driver() in webstlink.js

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

2 participants