Hi,
I do not know if you configure the P1_5 pin as GPIO and toggle it to test the time of starting-up or configure the pin as EMC_CS0 to access external memory and test the time of starting-up, I think either of them is okay.
If you use the pin as EMC_CS0, this is the code:
...
init_EMC();
for(;;)
{
*(BYTE *)EMC_SRAM_ADDRESS=0x012;
}
Pls have a try.
BR
XiangJun Rong