Hello,
On TMS320cC6748, 4GBits NAND is connected on CS3 which supports 32MBytes addressing capacity. So can anyone explain how to access NAND memory beyond 32MBytes, and how should be configuration in linker script.
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.
Hello,
On TMS320cC6748, 4GBits NAND is connected on CS3 which supports 32MBytes addressing capacity. So can anyone explain how to access NAND memory beyond 32MBytes, and how should be configuration in linker script.
Hi Rahul,
Thanks for your answer. It seems that the NANDWriter tool from the FlashAndBuildUtils package is using memory mapped access to the external flash chip. Is it correct to conclude that it is possible to use both memory mapped and block/page based addressing? In case of memory mapped addressing, the accessible size is limited to 32MB.
Since the native interface to the flash chip is block/page based, I assume that this is more efficient than the memory mapped solution?
Kind regards,
Timon Zijnge