#include <nitro/os.h>
void OS_SetDTCMAddress( u32 address );
address | The data TCM base address. |
None.
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. Excessively changing the location of data TCM with this function could stop programs from operating. Familiarize yourself with the design and structure before using the function.
Modifies register 9 of the system control co-processor CP15.
2004/05/28 Initial version.
CONFIDENTIAL