Texas Instruments TMS320C6000 Reference Manual page 118

Chip support library api
Hide thumbs Also See for TMS320C6000:
Table of Contents

Advertisement

EMIF
Description
Example
4.8.3
EMIF_ConfigB
Function
Arguments
Return Value
4-70
Sets up the EMIF using the configuration structure. The values of the
structure are written to the EMIF registers. See also EMIF_ConfigB()
and EMIF_CONFIG.
EMIF_CONFIG MyConfig = {
0x00003060, /* gblctl */
0x00000040, /* ce0ctl */
0x404F0323, /* ce1ctl */
0x00000030, /* ce2ctl */
0x00000030, /* ce3ctl */
0x72270000, /* sdctl
0x00000410, /* sdtim
0x00000000
/* sdext
};
EMIF_ConfigA(&MyConfig);
Sets up the EMIF using the register value arguments
void EMIF_ConfigB(
UINT32 gblctl,
UINT32 ce0ctl,
UINT32 ce1ctl,
UINT32 ce2ctl,
UINT32 ce3ctl,
UINT32 sdctl,
UINT32 sdtim,
UINT32 sdext
);
EMIF global control register value
gblctl
CE0 space control register value
ce0ctl
CE1 space control register value
ce1ctl
CE2 space control register value
ce2ctl
CE3 space control register value
ce3ctl
SDRAM control register value
sdctl
SDRAM timing register value
sdtim
SDRAM extension register value
sdext
none
*/
*/
*/

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

Table of Contents