呯╰☆╮凡 发表于 2014-6-6 13:01:09

nandflash编程BlockPages =(NFBlockNO<<6)+NFPagesNO;

void nandMain(void)
{
       U16 ID,i;
       U8 buf;
       U32 NFBlockNO=6;
       U32 NFPagesNO = 25;
       U32 status;
       U32 BlockPages;
       
       BlockPages =(NFBlockNO<<6)+NFPagesNO;
      。。。。。。。。。。。。。。
}

BlockPages =(NFBlockNO<<6)+NFPagesNO; 这句话什么意思?为什么要加25?
页: [1]
查看完整版本: nandflash编程BlockPages =(NFBlockNO<<6)+NFPagesNO;