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

[复制链接]
321|0
 楼主| 王将 发表于 2018-9-1 12:00 | 显示全部楼层 |阅读模式
void nandMain(void)

{

         U16 ID,i;

         U8 buf[512];

         U32 NFBlockNO=6;

         U32 NFPagesNO = 25;

         U32 status;

         U32 BlockPages;

         

         BlockPages =(NFBlockNO<<6)+NFPagesNO;

        。。。。。。。。。。。。。。

}



BlockPages =(NFBlockNO<<6)+NFPagesNO; 这句话什么意思?为什么要加25?
您需要登录后才可以回帖 登录 | 注册

本版积分规则

419

主题

419

帖子

0

粉丝
快速回复 在线客服 返回列表 返回顶部