mini2440对nand flash的读写以及读取ID
/* low level nand write function */ int nand_write_ll(unsigned char *buf, unsigned long start_addr, int size) { int i, j,k; if(buf == NULL) { return; } if ((start_addr & NAND_BLOCK_MASK) || (size & NAND_BLOCK_MASK)) { return -1; /* invalid alignment */ } NAND_CHIP_ENABLE; for(i=0; i
文件列表
nand_write_read.zip
(预估有个4文件)
嵌入式1309黄学兰
nand_write.c.bak
2KB
Read_ID.c.bak
1KB
nand_write.c
2KB
Read_ID.c
1KB
暂无评论