Normal 0 false false false EN-US X-NONE X-NONE MicrosoftInternetExplorer4
In the “Windows Embedded CE 6.0 BSP for the OMAP-L138/AM18x Quick Start Guide” under chapter “8.3 BSP Component Conflicts” it is stated:
· Cannot include both the SDHC driver and the NAND flash driver.
After checking the schematics, I believe that it should state:
· Cannot include both the SDHC driver and the NOR flash driver.
There is no pinmux conflict between the SDHC and NAND circuits, so It should be possible for the SDHC and NAND flash drivers to coexist.
Is this correct?
Assuming that it is correct, fixing it would at minimum require
a change to the bsp_cfg.h file. BSP_NAND
would be changed to BSP_NOR. Also all of the #define NAND_SYSCONF_PINMUXn_VAL statements would have to change (NORs too) in this file and other files(s).
Are there any other changes required to accomplish the fix?
Thanks,
Nelson