Ludovic Barre | 1098de8 | 2021-04-21 18:01:10 +0200 | [diff] [blame] | 1 | STM32L562E-DK |
| 2 | ^^^^^^^^^^^^^ |
| 3 | |
| 4 | Discovery kit with STM32L562QE MCU : |
| 5 | https://www.st.com/en/evaluation-tools/stm32l562e-dk.html |
| 6 | |
| 7 | Configuration and Build |
| 8 | ======================= |
| 9 | GNUARM compilation is available for targets STM_NUCLEO_L552ZE_Q and STM_DISCO_L562QE |
| 10 | and build the selected configuration as follow. |
| 11 | |
| 12 | ``> mkdir build && cd build`` |
| 13 | |
Shawn Shan | e92ab1c | 2021-08-23 11:33:51 +0800 | [diff] [blame] | 14 | ``> cmake .. -DTFM_PLATFORM=stm/stm32l562e_dk -DTFM_TOOLCHAIN_FILE=../toolchain_GNUARM.cmake -G"Unix Makefiles"`` |
Ludovic Barre | 1098de8 | 2021-04-21 18:01:10 +0200 | [diff] [blame] | 15 | |
| 16 | ``> cmake --build ./ -- install`` |
| 17 | |
| 18 | ------------- |
| 19 | |
Abbas Bracken Ziad | 15bfab3 | 2021-06-07 16:56:12 +0100 | [diff] [blame] | 20 | *Copyright (c) 2021, Arm Limited. All rights reserved.* |
| 21 | *Copyright (c) 2019, STMicroelectronics. All rights reserved.* |
Ludovic Barre | 1098de8 | 2021-04-21 18:01:10 +0200 | [diff] [blame] | 22 | *SPDX-License-Identifier: BSD-3-Clause* |