SCFG_SetPsramBoundary

Syntax

#include <twl/scfg.h>
static inline void SCFG_SetPsramBoundary( SCFGPsramBoundary boundary );
  

Arguments

sw Sets the PSRAM access boundaries to the following values.
SCFG_PSRAM_BOUNDARY_4MB: 4 MB
SCFG_PSRAM_BOUNDARY_16MB: 16 MB
SCFG_PSRAM_BOUNDARY_32MB: 32MB

Return Values

None.

Description

Configures the size of the PSRAM access boundaries.

This is set to 32 MB by default in TWL mode.

You should not change this setting.

See Also

SCFG Overview
SCFG_GetPsramBoundary()

Revision History

2008/04/07 Added a note on default values.
2008/04/04 Removed the description of SCFG_PSRAM_BOUNDARY_8MB.
2007/10/03 Initial version.


CONFIDENTIAL