diff options
| author | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-03-22 17:44:44 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2018-03-22 17:44:44 -0700 |
| commit | 06b4c83f59fc073e582e64f7fc09af88b4a87819 (patch) | |
| tree | 021ca777f93616892858544902a29f1783b17951 | |
| parent | 3bf4d69f67728e50cfc4c5ac50c5a66a7f4bd9e5 (diff) | |
Add reminder to remove Saleae when going fast.
| -rw-r--r-- | ports/atmel-samd/external_flash/qspi_flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/atmel-samd/external_flash/qspi_flash.c b/ports/atmel-samd/external_flash/qspi_flash.c index 4ebe30a90..fc6c8dfea 100644 --- a/ports/atmel-samd/external_flash/qspi_flash.c +++ b/ports/atmel-samd/external_flash/qspi_flash.c @@ -174,7 +174,7 @@ void spi_flash_init(void) { // Slow, good for debugging with Saleae // QSPI->BAUD.bit.BAUD = 32; - // Super fast + // Super fast, may be unreliable when Saleae is connected to high speed lines. QSPI->BAUD.bit.BAUD = 2; QSPI->CTRLB.reg = QSPI_CTRLB_MODE_MEMORY | QSPI_CTRLB_DATALEN_8BITS | |
