Add reminder to remove Saleae when going fast.

This commit is contained in:
Scott Shawcroft 2018-03-22 17:44:44 -07:00
parent 3bf4d69f67
commit 06b4c83f59
1 changed files with 1 additions and 1 deletions

View File

@ -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 |