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.

RTOS/TMDXLCDK6748: Porting Starterware Nand Example to my NDK Project

Part Number: TMDXLCDK6748

Tool/software: TI-RTOS

I want to use telnet to read/write NAND flash. But Processor SDK doesn't have NAND driver  currently. So I am working on porting Starterware NAND example to my project.

I find when i read/write NAND using serial console, everything is ok.

BUT when i call NC_NetStart() after NAND operation, the network cannot start. 

My environment is: 

CCS 7.3

processor_sdk_rtos_omapl138_4_00_00_04

C6748_StarterWare_1_20_04_01

Could anyone help me? thanks a lot.