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.
Tool/software: TI-RTOS
Hello
I have been working with the 6000 series DSPs for several years, with a homegrown RTOS. We are now moving to the C6655 platform using TI-RTOS(SYS-BIOS) instead. I have had success with using the provided examples, however I do not see any examples related to accessing FLASH devices on the EMIF bus. I do see that other TI processors use the GPMC driver to access these devices, but not the C66x DSPs. Under the \ti\pdk_c665x_2_0_8\packages\ti\board\src\flash\nand directory there is code that relies on the GPMC driver.
There is also some code in the C:\ti\pdk_c665x_2_0_8\packages\ti\platform\evmc6657l\platform_lib directory that deals with NAND and NOR memory access, but this relies on the platform library, rather than the board library, which the MCSDK to Processor SDK Migration document states is deprecated.
Are there any NAND/NOR access examples available that use the EMIF interface, and the board library?
Thank you for any direction you could provide
Sean
Hi Rahul
Thank you very much for the information. I suspected that this was the case.
Is TI planning on implementing a LLD for the EMIF16 bus at a later date?
Sean