#include <nitro/os.h> u32 OS_GetITCMAddress( void );
Gets the instruction TCM base address
The value is read from the system control coprocessor CP15, but the instruction TCM can only be allocated to the address 0 and on. Therefore the return value of this function is always 0.
Modifies register 9 in the system control processor CP15.
None.
The instruction TCM base address.
06/11/2004 Added description
02/10/2004 Initial Version