Hi All,

I am writting device driver for Nand Flash Chip
(K9k2G16U0M Chip).I am using Microsoft Platform builder 4.2 .NET.
In the Nand Flash K9K2G16U0M Chip,Page size is 1024 words and 32
words as spare area.
I want to know the details of this spare area,I mean where the ECC
code,Bad Block Information and other information is to be written.
Where can i get it's specification ?

Anyother suggestion is mostwelcome.

Regards,
Ajay

Re: Nand Flash Driver for K9k2G16U0M Chip in WInCE 4.2 .NET by Rui

Rui
Mon Feb 09 10:11:17 CST 2004

You can refer to the FMD driver provided in PB for how to write a
NandFlash driver. However, the biggest problem here is that CE.NET 4.2
currently doesn't support a file system that has a sector size different
than 512. A couple of places need to changed in the WinCE fat file system
itself to make this work. There were some discussions in the newsgroup, do a
google and you may find some useful information.


--

Rui Tang
Centrality Communications Inc


"Ajay" <ajaykuee@rediffmail.com> wrote in message
news:506ce137.0402082205.45470dd2@posting.google.com...
> Hi All,
>
> I am writting device driver for Nand Flash Chip
> (K9k2G16U0M Chip).I am using Microsoft Platform builder 4.2 .NET.
> In the Nand Flash K9K2G16U0M Chip,Page size is 1024 words and 32
> words as spare area.
> I want to know the details of this spare area,I mean where the ECC
> code,Bad Block Information and other information is to be written.
> Where can i get it's specification ?
>
> Anyother suggestion is mostwelcome.
>
> Regards,
> Ajay



Re: Nand Flash Driver for K9k2G16U0M Chip in WInCE 4.2 .NET by Steve

Steve
Mon Feb 09 17:23:24 CST 2004

Making changes to FAT won't solve the problem since the FAT code is part of
the SHARED SOURCE and you are not allowed to ship modified versions
of the shared code.

--
Steve Maillet (eMVP)
Entelechy Consulting
smaillet_AT_EntelechyConsulting_DOT_com



Re: Nand Flash Driver for K9k2G16U0M Chip in WInCE 4.2 .NET by ajaykuee

ajaykuee
Tue Feb 10 23:45:05 CST 2004

Thanks Mr. Tang,

I found the discussion thread that u suggested me.It is really helpful
for me.

Regards
Ajay.


"Rui Tang" <tangrui76_nospam@hotmail.com> wrote in message news:<#wX3afy7DHA.360@TK2MSFTNGP12.phx.gbl>...
> You can refer to the FMD driver provided in PB for how to write a
> NandFlash driver. However, the biggest problem here is that CE.NET 4.2
> currently doesn't support a file system that has a sector size different
> than 512. A couple of places need to changed in the WinCE fat file system
> itself to make this work. There were some discussions in the newsgroup, do a
> google and you may find some useful information.
>
>
> --
>
> Rui Tang
> Centrality Communications Inc
>
>
> "Ajay" <ajaykuee@rediffmail.com> wrote in message
> news:506ce137.0402082205.45470dd2@posting.google.com...
> > Hi All,
> >
> > I am writting device driver for Nand Flash Chip
> > (K9k2G16U0M Chip).I am using Microsoft Platform builder 4.2 .NET.
> > In the Nand Flash K9K2G16U0M Chip,Page size is 1024 words and 32
> > words as spare area.
> > I want to know the details of this spare area,I mean where the ECC
> > code,Bad Block Information and other information is to be written.
> > Where can i get it's specification ?
> >
> > Anyother suggestion is mostwelcome.
> >
> > Regards,
> > Ajay