From 46e63fb78722efb08fa1e4397b183671555be380 Mon Sep 17 00:00:00 2001 From: Andrey Gusakov Date: Mon, 5 Jul 2021 23:39:06 +0300 Subject: [PATCH] All STM32F7xx have programmable CRC module --- os/hal/ports/STM32/STM32F7xx/stm32_registry.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h index 5a5e4b036..e67e7372f 100644 --- a/os/hal/ports/STM32/STM32F7xx/stm32_registry.h +++ b/os/hal/ports/STM32/STM32F7xx/stm32_registry.h @@ -745,7 +745,7 @@ /* CRC attributes.*/ #define STM32_HAS_CRC TRUE -#define STM32_CRC_PROGRAMMABLE FALSE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F756xx) */ @@ -1096,7 +1096,7 @@ /* CRC attributes.*/ #define STM32_HAS_CRC TRUE -#define STM32_CRC_PROGRAMMABLE FALSE +#define STM32_CRC_PROGRAMMABLE TRUE #endif /* defined(STM32F765xx) || defined(STM32F767xx) || defined(STM32F769xx) || defined(STM32F777xx) || defined(STM32F779xx) */