购入了TMDSEVM678L评价板一枚,在测试测试程序platform_test_evmc6678l中看到了在连接NANDFLASH的时候,使用了
platform_device_open(PLATFORM_DEVID_NAND512R3A2D)函数。PLATFORM_DEVID_NAND512R3A2D的定义是0x2036,
我想问的是,在哪个文档上记述了PLATFORM_DEVID_NAND512R3A2D的地址是0x2036?
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.
C:\ti\pdk_C6678_1_1_2_6\packages\ti\platform\evmc6678l\platform_lib\src
另外NAND不是NOR,它没有一个物理空间的地址,它是通过命令去寻道的。