readme.rst
1NUCLEO-L552ZE-Q
2^^^^^^^^^^^^^^^
3
4STM32 Nucleo-144 development board with STM32L552ZE MCU, SMPS, supports Arduino, ST Zio and morpho connectivity
5https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html
6
7Configuration and Build
8"""""""""""""""""""""""
9
10GNUARM compilation is available for targets STM_NUCLEO_L552ZE_Q and STM_DISCO_L562QE
11and build the selected configuration as follow.
12
13``> mkdir build && cd build``
14
15``> cmake .. -DTFM_PLATFORM=stm/nucleo_l552ze_q -DTFM_TOOLCHAIN_FILE=../toolchain_GNUARM.cmake -G"Unix Makefiles"``
16
17``> cmake --build ./ -- install``
18
19-------------
20
21*Copyright (c) 2021, Arm Limited. All rights reserved.*
22*Copyright (c) 2019, STMicroelectronics. All rights reserved.*
23*SPDX-License-Identifier: BSD-3-Clause*
24