Skip to content

Commit

Permalink
small clarification about SPI FLASH control
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvenn committed Apr 22, 2018
1 parent e6b2a6b commit f5513e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,9 @@ state machines.
The SPI state machine manages reading and writing to FLASH.

The command sequencer state machine receives commands and data from the
serial_out endpoint. It can start a transfer to FLASH or boot the FPGA.

SPI MISO from FLASH is put straight into the serial_in endpoint.
serial_out endpoint. There are only 2 commands: boot the FPGA or make a FLASH
transfer. Serial data is written directly to the SPI bus and so control of the
FLASH chip must be done by the application program running on the host.

# Resources

Expand Down

0 comments on commit f5513e3

Please sign in to comment.