Skip to content

Commit

Permalink
post/2023-06-07-twpm-spi-fix.md: add links to Zephyr issues and PRs
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 b4fec49 commit d8471ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blog/content/post/2023-06-07-twpm-spi-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ sometimes does not:
![STM32 SPI slave at 10 MHz](/img/stm32-spislave-10mhz.png)
At 24 MHz transfer is completely corrupted. We have been looking for a solution
in Zephyr Issues and Pull Requests but found nothing useful.
in Zephyr [Issues](https://github.com/zephyrproject-rtos/zephyr/issues) and
[Pull Requests](https://github.com/zephyrproject-rtos/zephyr/pulls) but found
nothing useful.
Looking at Zephyr's
SPI driver code, we discovered that every call to `spi_write` causes many things
Expand Down

0 comments on commit d8471ca

Please sign in to comment.