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/NUCLEO-WB15CC/Examples/CRYP/CRYP_DMA/readme.txt')
-rw-r--r--Projects/NUCLEO-WB15CC/Examples/CRYP/CRYP_DMA/readme.txt21
1 files changed, 10 insertions, 11 deletions
diff --git a/Projects/NUCLEO-WB15CC/Examples/CRYP/CRYP_DMA/readme.txt b/Projects/NUCLEO-WB15CC/Examples/CRYP/CRYP_DMA/readme.txt
index d75a010fb..23a8f8e46 100644
--- a/Projects/NUCLEO-WB15CC/Examples/CRYP/CRYP_DMA/readme.txt
+++ b/Projects/NUCLEO-WB15CC/Examples/CRYP/CRYP_DMA/readme.txt
@@ -9,12 +9,12 @@
* @brief Description of the CRYP AES Algorithm in ECB mode with DMA Example
******************************************************************************
*
- * Copyright (c) 2019 STMicroelectronics. All rights reserved.
+ * Copyright (c) 2019-2021 STMicroelectronics.
+ * All rights reserved.
*
- * This software component is licensed by ST under BSD 3-Clause license,
- * the "License"; You may not use this file except in compliance with the
- * License. You may obtain a copy of the License at:
- * opensource.org/licenses/BSD-3-Clause
+ * This software is licensed under terms that can be found in the LICENSE file
+ * in the root directory of this software component.
+ * If no LICENSE file comes with this software, it is provided AS-IS.
*
******************************************************************************
@endverbatim
@@ -41,7 +41,7 @@ When resorting to STM32CubeIDE:
Command Code is displayed on debugger as follows: Window--> Show View--> Console.
In Debug configuration :
- Window\Debugger, select the Debug probe : ST-LINK(OpenOCD)
-- window\ Startup,add the command "monitor arm semihosting enable"
+- Window\Startup, add the command "monitor arm semihosting enable"
When all ciphering and deciphering operations are successful, LED2 is turned on.
In case of ciphering or deciphering issue, LED3 toggle each 200ms.
@@ -49,11 +49,6 @@ In case of ciphering or deciphering issue, LED3 toggle each 200ms.
The Plain data, encrypted data and decrypted data can be displayed on a PC
HyperTerminal using the UART. USE_VCP_CONNECTION=1 must be added in command line.
-@par Keywords
-
-Security, Cryptography, CRYPT, AES, ECB, DMA, cipher, UART
-
-
@note Care must be taken when using HAL_Delay(), this function provides accurate
delay (in milliseconds) based on variable incremented in SysTick ISR. This
implies that if HAL_Delay() is called from a peripheral ISR process, then
@@ -64,6 +59,10 @@ Security, Cryptography, CRYPT, AES, ECB, DMA, cipher, UART
@note The application need to ensure that the SysTick time base is always set to 1 millisecond
to have correct HAL operation.
+@par Keywords
+
+Security, Cryptography, CRYPT, AES, ECB, DMA, cipher, UART
+
@par Directory contents
- CRYP/CRYP_DMA/Inc/nucleo_wb15cc_conf.h BSP configuration file