MityDSP Documentation Index
Static Public Member Functions
MityDSP::tcDspBootstrapper Class Reference

Static class to provide access to the MityDSP CLUB Bootstrapper to load a new executable. More...

#include <core/DspBootstrapper.h>

List of all members.

Static Public Member Functions

static int Reload (tcDspFlash *apFlash, void *apFwAddr, unsigned int anFwSize, void *apSwAddr, unsigned int anSwSize)
 This routine is used to invoke the Bootstrapper to load the software and firmware specified.
static int Reboot (tcDspFlash *apFlash)
 This routine is used to invoke the Bootstrapper as if called at power up or reset.

Detailed Description

Static class to provide access to the MityDSP CLUB Bootstrapper to load a new executable.

See also:
tcDspBootstrapper Page

Member Function Documentation

int tcDspBootstrapper::Reload ( tcDspFlash apFlash,
void *  apFwOffset,
unsigned int  anFwSize,
void *  apSwOffset,
unsigned int  anSwSize 
)
static

This routine is used to invoke the Bootstrapper to load the software and firmware specified.

Parameters:
[in]apFlashPointer to an instance of the tcDspFlash class.
[in]apFwOffsetThe new firmware location (offset in FLASH).
[in]anFwSizeThe new firmware size (in bytes).
[in]apSwOffsetThe new software location (offset in FLASH).
[in]anSwSizeThe new software size (in bytes).
Returns:
-1 if a parameter is in error, does not return otherwise.
int tcDspBootstrapper::Reboot ( tcDspFlash apFlash)
static

This routine is used to invoke the Bootstrapper as if called at power up or reset.

Parameters:
[in]apFlashPointer to an instance of the tcDspFlash class.
Returns:
-1 if a parameter is in error, does not return otherwise.

  
Generated on Mon Apr 22 2013 11:33:03 for MityDSP Core by  Doxygen Version 1.8.1.1
Copyright © 2009, Critical Link LLC, All rights reserved.