OS_GetITCMAddress

C Specification

#include <nitro/os.h>
u32 OS_GetITCMAddress( void );

Arguments

None.

Return Values

The instruction TCM base address.

Description

Gets the instruction TCM base address This address is always 0x01FF8000 (constant HW_ITCM).

See Also

OS_GetDTCMAddress

Revision History

02/17/2005 Revised description of return value
06/11/2004 Added description
02/10/2004 Initial version