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]