Skip to content

Commit d565fe2

Browse files
author
Amanda Butler
authored
Fix link in DataFlashBlockDevice.md
Fix broken link.
1 parent f60de34 commit d565fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/storage/DataFlashBlockDevice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
DataFlashBlockDevice is a block device driver for serial flash devices that support the Atmel DataFlash protocol, such as the Adesto AT45DB series of devices.
66

7-
<span class="notes">**Note:** Multiple protocols exist for SPI flash devices. This driver is for the DataFlash protocol. If your device uses the SFDP flash protocol, you need the [SPIFBlockDevice](spifblockdevice.html)</span>
7+
<span class="notes">**Note:** Multiple protocols exist for SPI flash devices. This driver is for the DataFlash protocol. If your device uses the SFDP flash protocol, you need the [SPIFlashBlockDevice](../apis/spi-flash-block-device.html).</span>
88

99
DataFlash is a memory protocol that combines flash with SRAM buffers for a programming interface. DataFlash supports byte-sized read and writes, with an erase size of around 528 bytes or sometimes 1056 bytes. DataFlash provides erase sizes with an extra 16 bytes for error correction codes (ECC), so a flash translation layer (FTL) may still present 512 byte erase sizes.
1010

0 commit comments

Comments
 (0)