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.

AM335X GPMC 疑問



请问

在GPMC_CONFIG7的register中里头有个BASEADDRESS设定

1.请问这个设定的意思是什么?

2.假设我已经配置一个16M 的NAND FLASH使用CS0去选定

   如果要再另外新增一个memory想用CS1去选定

   那请问新增的memory在AM335X的位址会从0x00000000+0x01000000开始吗?

因为以前使用的是renesas的MCU

他CS选定的方式是以address来决定(因为每个CS的area是16MB)

例如:

CS0 memory mapping 0x00000000~0x00FFFFFF

CS1 memory mapping 0x01000000~0x01FFFFFF

对0x00000000~0x00FFFFFF读写资料CS0就会assert
对0x01000000~0x01FFFFFF读写资料CS1就会assert

不知道AM335X是不是也是相同的方式