Silicon Laboratories Si4010 Software Programming Manual page 70

Hide thumbs Also See for Si4010:
Table of Contents

Advertisement

AN370
(
WORDwiNvmAddr
)
/*-------------------------------------------------------------
*
*
FUNCTION DESCRIPTION:
*
Load one overlay block from NVM.
*
*-------------------------------------------------------------
*/
{
/*
*-------------------------------------------------------------
*
*
VARIABLES:
*/
BYTEbStatus;
/*
*-------------------------------------------------------------
*/
vNvm_McEnableRead();
vNvm_SetAddr( wiNvmAddr );
bStatus = bNvm_CopyBlock();
vNvm_McDisableRead();
/* Return bNvm_CopyBlock status */
return ( bStatus );
}
/*
*------------------------------------------------------------------------------
*/
It is up to the user to include the function above into the application. It is not part of API in ROM.
70
/* Return bNvm_CopyBlock status */
/* Enable analog hardware and NVM for read */
/* Set the NVM block first address */
/* Copy the NVM block from NVM */
/* Disable analog hardware and NVM */
Rev. 1.0

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Si4010 and is the answer not in the manual?

Table of Contents