Open main menu

DAVE Developer's Wiki β

Changes

LCC USB SSD (DUL)

413 bytes added, 15:18, 12 September 2012
Read-only modes
* EXT_FWP#: this signal is connected directly to the WPn pin of NAND flash device. Two options are available:
** by default, it is output only and is used to inform carrier board logic about the write protection enabling determined by controller. This can be used, for example, to implement warning signalling for the user.
** on request it can be provided as bidirectional open-drain pinwith internal 10kOhm pull-up to 3.3V. In this case, beside the output function described previously, it allows carrier board logic to inhibit NAND flash write operations directly. For example system integrator could imagine a scenario where a hardware watchdog - that monitors host processor connected to DUL - acts on this pin by disabling write operations in case processor hangs. This option is extremely powerful but it must be handled with care. In case carrier board logic pulls EXT_FWP# down, NAND controller is not able to detect this condition thus it continues to report to the host that the media is writable. This may lead to unpredictable behaviour, depending on several factors, including operating system - if any - running on host machine.
==Integration guide==