This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WINCE6.0 : Registry settings for multiple NAND flash support

Other Parts Discussed in Thread: DM3730

hi,

we r using DM3730 processor on WINCE6.0 OS, the processor has 2 nand flashes interfaced to it on 2 different chip selects CS0 and CS2.....

the nand flash on CS0 is used for Booting and Applications... the nand flash on CS2 is used for storing files(as mass storage).....

i edited the driver files(changing chipselect,blocks,sectorsize etc etc...),the 2nd NAND flash on CS2 worked fine standalone(both read/write successfully happening),also appeared as "Mounted Volume" under "My Device".

so i have created my custom driver "my_omap_nand.dll" for the 2nd nand(on CS2) , and the original "omap_nand.dll" that supports nand on CS0 stays as it is..... now my problem is how can make both my nand flashes appear under "My Device"... i want them to appear as "Mounted Volume1" and "Mounted Volume2".,currently i get only one "Mounted Volume" based on for which nand flash i build my driver for.

pls help me with the REGISTRY settings that has to be done for make both my nand flashes appear under "My Device",im having working DLL's("omap_nand.dll" &  "my_omap_nand.dll")  for both the nand flashes

thanks in advance