1.1.4.4.2 program_exec_main Function

C

int32_t program_exec_main(const IMG_MEM_TOPOLOGY ** tops, uint8_t count);

Description

This routine is the entry point for the programming executive. It receives commands from the host, dispatches the command, and then sends response back to the host.

Parameters

ParamDescription
IMG_MEM_TOPOLOGY topsvalid toplogies list
uint8_t countnumber of valid topologies

Returns

None