HARMcksL: ARM HAL toolbox (yet STM32 oriented) 1.6
SMFSW collection of HAL hacks for STM32
Loading...
Searching...
No Matches
flash_check.h File Reference

Function to check flash CRC. More...

#include "sarmfsw.h"
Include dependency graph for flash_check.h:
This graph shows which files directly or indirectly include this file:

Functions

FctERR flash_crc_check (void)
 Flash CRC check.
 

Detailed Description

Function to check flash CRC.

Author
SMFSW

Function Documentation

◆ flash_crc_check()

FctERR flash_crc_check ( void )

Flash CRC check.

Note
Assuming flash crc to check against is located in the last 4bytes of flash
Return values
ERROR_OK- Flash CRC consistent
ERROR_CRC- Flash CRC inconsistent
Here is the call graph for this function: