Skip to content

Commit

Permalink
Various improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
x1y committed Oct 29, 2024
1 parent 31c023a commit 08d3020
Show file tree
Hide file tree
Showing 6 changed files with 671 additions and 783 deletions.
4 changes: 0 additions & 4 deletions config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ paginate = 9
noHl = false
style = 'autumn'
tabWidth = 4
[markup.tableOfContents]
endLevel = 9
ordered = false
startLevel = 2

[permalinks]
blog = '/:year/:month/:day/:filename/'
Expand Down
5 changes: 2 additions & 3 deletions content/documentation/Ox64/Software/Flashing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,11 @@ Expected result:

The Bluepill is an affordable STM32 development board, based on the STM32F103C8T6 chip. We can program it to act as a USB serial adapter, just like we did with the Raspberry Pi Pico.

[NOTE]
====
{{< admonition type="note" >}}
The one catch is that you already need a serial adapter in order to program your Bluepill board. The good news is that you serial adapter does **not** have to be one from from the link:/documentation/Ox64/Further_information/Compatible_UARTs/[Compatible UARTs] list. These programming instructions have been tested with a FT232RL adapter (which, notably, is listed as _not_ supported on that list).

If you own an SWD-capable debugger (ST-Link, J-link, etc.) you can use that for programming the Bluepill as well, although instead of `stm32flash` console command you would be using https://openocd.org/[openocd] or other suitable software.
====
{{< /admonition >}}

{{< admonition type="warning" >}}
Your serial adapter must use 3.3V logic levels.
Expand Down
Loading

0 comments on commit 08d3020

Please sign in to comment.