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