From b62f196e901024b8ddf34c235c302ed97278a52c Mon Sep 17 00:00:00 2001 From: cfif Date: Sat, 20 Jun 2026 11:49:09 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Src/BootJump.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Src/BootJump.c b/Src/BootJump.c index 033af49..d21b881 100644 --- a/Src/BootJump.c +++ b/Src/BootJump.c @@ -80,7 +80,7 @@ void DeInitAll() { } void BootJumpToAddress(const uint32_t address) { - /* + // 1. ГЛОБАЛЬНО отключаем прерывания (первое, что делаем) __disable_irq(); @@ -120,8 +120,6 @@ void BootJumpToAddress(const uint32_t address) { PCC_GenPeripheralReset(PCC_CLK_FCUART6); PCC_GenPeripheralReset(PCC_CLK_FCUART7); -*/ - DeInitAll(); // 6. Подготовка процессора if (CONTROL_nPRIV_Msk & __get_CONTROL()) { @@ -154,7 +152,7 @@ void BootJumpToAddress(const uint32_t address) { void Reset() { - DeInitAll(); +// DeInitAll(); NVIC_SystemReset();