#include <nitro/os.h>
void OS_SetDTCMAddress( u32 address );
This function sets the base address for data TCM. The data TCM address can be set in units of 16KB.
The location of data TCM is closely related to system operations. Changing the location of data TCM at random with this function could stop programs from operating. Familiarize yourself with the design and structure before using the function.
address |
Data TCM's base address. |
None.
Modifies register 9 of the CP15 system control co-processor.
05/28/2004 Initial version