Microchip® Advanced Software Framework

eepromLoader.h File Reference

Declaration api of eeprom loader.

Copyright (c) 2020 Microchip Technology Inc. and its subsidiaries.

Data Structures

struct  HW_EepromParams_t
 eeprom access control structure More...
 

Functions

void eepromFlushPage (void)
 Flush unloaded data before exit from bootloader. More...
 
void eepromPacketToPage (void)
 Load received date to the flash. More...
 
uint8_t eepromReadData (uint16_t address)
 Reads data from the EEPROM. More...
 

void eepromFlushPage ( void  )

Flush unloaded data before exit from bootloader.

Referenced by srecProtocol().

uint8_t eepromReadData ( uint16_t  address)

Reads data from the EEPROM.

Parameters
[in]address- address of data byte.
Returns
read byte

References hwFlashRead().