This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

EMIF扩展SDRAM时的GPIO配置



工程师您好,

在EMIF扩展SDRAM时,为什么要将数据线以及掩码线的GPIO配置为异步采样,并且输出。不应该是同步采样吗?下面是例程中的配置。

对此有些疑惑,谢谢!

祝好心情!

//
//configure Data pins for Async mode
//
for (i = 69; i <= 85; i++)
{
if (i != 84)
{
GPIO_SetupPinOptions(i,0,0x31);
}
}

GPIO_SetupPinOptions(88,0,0x31);
GPIO_SetupPinOptions(89,0,0x31);
GPIO_SetupPinOptions(90,0,0x31);
GPIO_SetupPinOptions(91,0,0x31);