|
HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
|
Function to check flash CRC. More...
#include "sarmfsw.h"

Functions | |
| uint32_t | Get_app_start_address (void) |
| Get Application start address. | |
| uint32_t | Get_app_size (void) |
| Get Application size. | |
| FctERR | flash_crc_check (void) |
| Application Flash CRC check. | |
| FctERR | flash_full_crc_check (void) |
| Flash CRC check (complete FLASH area) | |
Function to check flash CRC.
| FctERR flash_crc_check | ( | void | ) |
Application Flash CRC check.
| ERROR_OK | - Flash CRC consistent |
| ERROR_CRC | - Flash CRC inconsistent |

| FctERR flash_full_crc_check | ( | void | ) |
Flash CRC check (complete FLASH area)
| ERROR_OK | - Flash CRC consistent |
| ERROR_CRC | - Flash CRC inconsistent |

| uint32_t Get_app_size | ( | void | ) |
Get Application size.
FLASH_SIZE value 
| uint32_t Get_app_start_address | ( | void | ) |
Get Application start address.
FLASH_BASE value 