Skip to content
Snippets Groups Projects
Commit 6b3679d2 authored by Jake Read's avatar Jake Read
Browse files

finish basic notes, can flash w/ pyOCD

parent bff90725
No related branches found
No related tags found
No related merge requests found
...@@ -78,8 +78,8 @@ pack: ...@@ -78,8 +78,8 @@ pack:
That points pyOCD at these files (which are also in the folder) so that anytime I call a pyOCD script from this folder, it uses this config. Rad. I included that folder in this repo. That points pyOCD at these files (which are also in the folder) so that anytime I call a pyOCD script from this folder, it uses this config. Rad. I included that folder in this repo.
Now I can do the magic: Now I can do the magic:
- connect the cmsis-dap tool to the circuit - connect the cmsis-dap tool to your circuit
- connect the cmsis-dap tool to my computer - connect the cmsis-dap tool to your computer
- power on my board (the cmsis-dap tool *measures* voltage, it doesn't provide it) - power on my board (the cmsis-dap tool *measures* voltage, it doesn't provide it)
- open a terminal / command prompt / etc in the pyOCD folder with your config and hex file in it - open a terminal / command prompt / etc in the pyOCD folder with your config and hex file in it
- run `pyocd flash -t <your target> <your .hex or .bin>` - run `pyocd flash -t <your target> <your .hex or .bin>`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment