AM263Px MCU+ SDK  11.01.00
FirmwareUpdateReq_t Struct Reference

Detailed Description

This is Firmware Update request structure passed to HSM core via SIPC as argument, these parameters are required by the service handler.

Parameters
pStartAddressPointer to the start address of data to be programmed in flash
dataLengthLength of data to be programmed in flash
pDecryptionBufferAddress of Scratchpad memory to be used to decrypt image, valid only for HsmClient_firmwareUpdate_CodeVerify API
decryptionBufferLengthLength of Scratchpad memory to be used to decrypt image, valid only for HsmClient_firmwareUpdate_CodeVerify API

Data Fields

uint8_t * pStartAddress
 
uint32_t dataLength
 
void * pDecryptionBuffer
 
uint32_t decryptionBufferLength
 

Field Documentation

◆ pStartAddress

uint8_t* FirmwareUpdateReq_t::pStartAddress

◆ dataLength

uint32_t FirmwareUpdateReq_t::dataLength

◆ pDecryptionBuffer

void* FirmwareUpdateReq_t::pDecryptionBuffer

◆ decryptionBufferLength

uint32_t FirmwareUpdateReq_t::decryptionBufferLength