Joined: Mon Jan 07, 2008 1:14 pm Posts: 8 Location: Denmark
|
|
Hi
I would like to welcome the new AT91SAM7SE-EK Software Package Software (revision 1.4). It is a great package of software drivers and libraries. The code looks excellent and is well structured.
I have one problem with the "basic-nandflash-project" I am trying to change the code to support another NAND flash than in the Evaluation Kit.
What is needed to customize the nandflash-project?
I have already customized the pins to reflect my settings, but it seems more is needed.
- Basic NandFlash Project 1.4 --
Nandflash ID is 0x76207620
-I- Nandflash driver initialized
-I- Size of the whole device in bytes : 0x4000000
-I- Size in bytes of one single block of a device : 0x4000
-I- Number of blocks in the entire device : 0x1000
-I- Size of the data area of a page in bytes : 0x200
-I- Number of pages in the entire device : 0x20
-I- Bud width : 0x8
-I- Test in progress on block: 0
EccNandFlash_ReadPage: Unrecoverable data
SkipBlockNandFlash_ReadBlock: Cannot read page 0 of block 0.
-E- Could not erase block 0
EccNandFlash_ReadPage: Unrecoverable data
SkipBlockNandFlash_ReadBlock: Cannot read page 0 of block 0.
-E- Could not write block 0
-E- Test failed.
|
|