Skip to content

Commit 06b4c83

Browse files
committed
Add reminder to remove Saleae when going fast.
1 parent 3bf4d69 commit 06b4c83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/atmel-samd/external_flash/qspi_flash.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ void spi_flash_init(void) {
174174

175175
// Slow, good for debugging with Saleae
176176
// QSPI->BAUD.bit.BAUD = 32;
177-
// Super fast
177+
// Super fast, may be unreliable when Saleae is connected to high speed lines.
178178
QSPI->BAUD.bit.BAUD = 2;
179179
QSPI->CTRLB.reg = QSPI_CTRLB_MODE_MEMORY |
180180
QSPI_CTRLB_DATALEN_8BITS |

0 commit comments

Comments
 (0)