STM32H735xx HAL User Manual
Data Fields
FLASH_CRCInitTypeDef Struct Reference

FLASH Erase structure definition. More...

#include <stm32h7xx_hal_flash_ex.h>

Data Fields

uint32_t TypeCRC
uint32_t BurstSize
uint32_t Bank
uint32_t Sector
uint32_t NbSectors
uint32_t CRCStartAddr
uint32_t CRCEndAddr

Detailed Description

FLASH Erase structure definition.

Definition at line 154 of file stm32h7xx_hal_flash_ex.h.


Field Documentation

Select bank where CRC computation is enabled. This parameter must be FLASH_BANK_1 or FLASH_BANK_2

Definition at line 162 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

CRC Burst Size. This parameter can be a value of FLASH CRC Burst Size

Definition at line 159 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

CRC End address. This parameter must be a value between CRC Start address and end address of a bank

Definition at line 174 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

CRC Start address. This parameter must be a value between begin address and end address of a bank

Definition at line 171 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

Number of sectors to be computed. This parameter must be a value between 1 and (max number of sectors - value of Initial sector)

Definition at line 168 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

Initial FLASH sector from which starts the CRC computation This parameter must be a value of FLASH Sectors

Definition at line 165 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().

CRC Selection Type. This parameter can be a value of FLASH CRC Selection Type

Definition at line 156 of file stm32h7xx_hal_flash_ex.h.

Referenced by HAL_FLASHEx_ComputeCRC().


The documentation for this struct was generated from the following file: