We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bf4d69 commit 06b4c83Copy full SHA for 06b4c83
1 file changed
ports/atmel-samd/external_flash/qspi_flash.c
@@ -174,7 +174,7 @@ void spi_flash_init(void) {
174
175
// Slow, good for debugging with Saleae
176
// QSPI->BAUD.bit.BAUD = 32;
177
- // Super fast
+ // Super fast, may be unreliable when Saleae is connected to high speed lines.
178
QSPI->BAUD.bit.BAUD = 2;
179
QSPI->CTRLB.reg = QSPI_CTRLB_MODE_MEMORY |
180
QSPI_CTRLB_DATALEN_8BITS |
0 commit comments