Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Flipper-Zero/STM32CubeWB.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA_Slave_Init/readme.txt')
-rw-r--r--Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA_Slave_Init/readme.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA_Slave_Init/readme.txt b/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA_Slave_Init/readme.txt
index a7f65123c..b7464699a 100644
--- a/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA_Slave_Init/readme.txt
+++ b/Projects/P-NUCLEO-WB55.Nucleo/Examples_LL/SPI/SPI_TwoBoards_FullDuplex_DMA_Slave_Init/readme.txt
@@ -46,7 +46,7 @@ The communication is done with 2 boards through SPI.
This example shows how to configure GPIO and SPI peripherals
to use a Full-Duplex communication using DMA Transfer mode through the STM32WBxx SPI LL API.
-This example is splitted in two projects, Master board and Slave board:
+This example is split in two projects, Master board and Slave board:
- Master Board
SPI1 Peripheral is configured in Master mode.
@@ -72,6 +72,9 @@ In case of errors, LED2 is blinking Slowly (1s).
@note You need to perform a reset on Master board, then perform it on Slave board
to have the correct behaviour of this example.
+@par Keywords
+
+Connectivity, SPI, Full-duplex, Transmission, Reception, Slave, MISO, MOSI, DMA
@par Directory contents