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.

C6748的stareware 中NANDFLASH读写问题

Other Parts Discussed in Thread: SYSBIOS

具体的程序为 boot+app ,q其中boot为stareware ,app为sysbios;两者中的nand驱动与读写nand的接口是一致;

NANDFLASH读写问题:

情况一. 烧录

使用AISgenD800K008软件,读取c6748AISgen_456M_config.cfg,然后将boot的stareware工程编译成 .out ---> .ais,烧写至nand中,系统正常启动后,读写nandflash 1 页花费的时间为6ms;

情况二. debug

前提条件是:boot+app,依次都完全启动后;

1.使用boot的stareware工程debug 模式,使用Tronlong_C6748.gel;系统正常启动后,读写nandflash 1 页花费的时间为1.5ms;
2.使用boot的stareware工程debug 模式,不使用Tronlong_C6748.gel;系统正常启动后,读写nandflash 1 页花费的时间为1.5ms;

情况三 debug

前提条件是:boot+app,在boot刚刚开始启动过程中,

1.使用boot的stareware工程debug 模式,使用Tronlong_C6748.gel;系统正常启动后,读写nandflash 1 页花费的时间为6ms;
2.使用boot的stareware工程debug 模式,不使用Tronlong_C6748.gel;系统正常启动后,读写nandflash 1 页花费的时间为6ms;

所以,从现象上看,Tronlong_C6748.gel并没有起作用;