-
Notifications
You must be signed in to change notification settings - Fork 111
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
stm32: 0.22 doc updates for nucleo-l552ze, Swan, Lora-E5, nucleo-wl55jc #240
Conversation
I've included a fix for the tool which doesn't seem compatible with the current TinyGo cache folder structure. |
|
||
Programs are loaded onto the LoRa-E5 with an STLink hardware programmer, using the `openocd` command line utility program to perform the board flashing. You must install [OpenOCD](http://openocd.org/) before you will be able to flash the LoRa-E5 board with your TinyGo code. | ||
|
||
- Connect an ST-Link device to the SWD/SWIN headers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - have fixed.
weight: 3 | ||
--- | ||
|
||
The [Swan](https://blues.io/products/swan/) is an ARM development board based on the ST Micro [stm32l4r5zi](https://www.st.com/resource/en/datasheet/stm32l4r5zi.pdf) SoC. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the following links are good to go along with the other pages.
https://www.st.com/en/microcontrollers-microprocessors/stm32l4r5zi.html
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - have changed the PDF link to be to the web page
458e81e
to
5062368
Compare
5062368
to
5b54fcb
Compare
Thanks very much for the updated @kenbell now merging. |
I've not included a general update for all the other boards - probably warrants someone doing a mass-update once all the new boards are merged.
Fixes part of: #226