readme.rst
1STM32L562E-DK
2^^^^^^^^^^^^^
3
4Discovery kit with STM32L562QE MCU :
5https://www.st.com/en/evaluation-tools/stm32l562e-dk.html
6
7Configuration and Build
8=======================
9GNUARM compilation is available for targets STM_NUCLEO_L552ZE_Q and STM_DISCO_L562QE
10and build the selected configuration as follow.
11
12``> mkdir build && cd build``
13
14``> cmake .. -DTFM_PLATFORM=stm/stm32l562e_dk -DTFM_TOOLCHAIN_FILE=../toolchain_GNUARM.cmake -G"Unix Makefiles"``
15
16``> cmake --build ./ -- install``
17
18-------------
19
20*Copyright (c) 2021, Arm Limited. All rights reserved.*
21*Copyright (c) 2019, STMicroelectronics. All rights reserved.*
22*SPDX-License-Identifier: BSD-3-Clause*
23