1. 首页
  2. 数据库
  3. 其它
  4. mini2440对nand flash的读写以及读取ID

mini2440对nand flash的读写以及读取ID

上传者: 2021-04-25 01:51:04上传 ZIP文件 4KB 热度 7次
/* 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
下载地址
用户评论