AM263Px MCU+ SDK  10.01.00
FOTAAgent_handle Struct Reference

Detailed Description

FOTA Agent Driver Handle.

Data Fields

uint8_t chunk [CHUNK_SIZE]
 
uint32_t chunkOffset
 
uint32_t currWriteOffset
 
uint32_t prevWriteOffset
 
uint32_t flashBaseOffset
 
uint32_t isXip
 
ELFUP_ELFPH pht [20]
 
ELFUP_Handle elfuph
 
FLSOPSKD_handle FLSOPSKDhandle
 

Field Documentation

◆ chunk

uint8_t FOTAAgent_handle::chunk[CHUNK_SIZE]

Internal buffer to write data in smaller chunks

◆ chunkOffset

uint32_t FOTAAgent_handle::chunkOffset

Offset of the chunk buffer

◆ currWriteOffset

uint32_t FOTAAgent_handle::currWriteOffset

Current Flash write offset

◆ prevWriteOffset

uint32_t FOTAAgent_handle::prevWriteOffset

Previous Flash write offset

◆ flashBaseOffset

uint32_t FOTAAgent_handle::flashBaseOffset

Flash Base address

◆ isXip

uint32_t FOTAAgent_handle::isXip

Flag to check whether the current file is Xip or not

◆ pht

ELFUP_ELFPH FOTAAgent_handle::pht[20]

ELF Program Header Table

◆ elfuph

ELFUP_Handle FOTAAgent_handle::elfuph

ELF Parser Handle for parsing the elf file

◆ FLSOPSKDhandle

FLSOPSKD_handle FOTAAgent_handle::FLSOPSKDhandle

Flash Operation Scheduler handle to schedule write operations