Skip to content

Commit

Permalink
post/2023-06-07-twpm-spi-fix.md: remove duplicated section
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej Pijanowski <[email protected]>
  • Loading branch information
macpijan committed Jul 28, 2023
1 parent 01420df commit b4fec49
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions blog/content/post/2023-06-07-twpm-spi-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ described in the [STM32L476RG](https://www.st.com/resource/en/datasheet/stm32l47
datasheet in section 6.4. Table 72 describes the maximum frequency of GPIO
outputs.

Another limiting factor is maximum GPIO speed, which depends on operating
conditions such as the voltage provided to the MCU, ambient temperature, and
parameters of cables used to connect the master and slave. GPIO limitations are
described in the [STM32L476RG datasheet](https://www.st.com/resource/en/datasheet/stm32l476rg.pdf)
in section 6.4. Table 72 describes the maximum frequency of GPIO outputs.

More problematic may be DMA limitations. The hard limit of DMA transfer speed
would be 80 Mbits/s as 80 MHz is the maximum frequency that can be provided to
the AHB bus and the MCU. The actual transfer speed may be lower due to AHB and
Expand Down

0 comments on commit b4fec49

Please sign in to comment.