|
|
|
|
@ -2,11 +2,11 @@
|
|
|
|
|
* @file system_ARMv81MML.c
|
|
|
|
|
* @brief CMSIS Device System Source File for
|
|
|
|
|
* Armv8.1-M Mainline Device Series
|
|
|
|
|
* @version V1.2.0
|
|
|
|
|
* @date 23. July 2019
|
|
|
|
|
* @version V1.2.1
|
|
|
|
|
* @date 23. March 2020
|
|
|
|
|
******************************************************************************/
|
|
|
|
|
/*
|
|
|
|
|
* Copyright (c) 2009-2019 Arm Limited. All rights reserved.
|
|
|
|
|
* Copyright (c) 2009-2020 Arm Limited. All rights reserved.
|
|
|
|
|
*
|
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
*
|
|
|
|
|
@ -279,7 +279,7 @@ void SystemInit (void)
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#if (defined (__FPU_USED) && (__FPU_USED == 1U)) || \
|
|
|
|
|
(defined (__MVE_USED) && (__MVE_USED == 1U))
|
|
|
|
|
(defined (__ARM_FEATURE_MVE) && (__ARM_FEATURE_MVE > 0U))
|
|
|
|
|
SCB->CPACR |= ((3U << 10U*2U) | /* enable CP10 Full Access */
|
|
|
|
|
(3U << 11U*2U) ); /* enable CP11 Full Access */
|
|
|
|
|
#endif
|
|
|
|
|
|