OctoSPI command to read single byte
Is there an OctoSPI sCommand configuration which will generate only 8 clock cycles and read the result from MISO via HAL_OSPI_Receive?
I'm attempting to use Macronix code (MX25l2565G flash) tied to a single SPI bus channel via OctoSPI. That code uses GetByte() which performs a single byte read.
I've tried several configurations, including setting InstructionMode and AddressMode to "None", adding/removing DummyCycles, but either I set an Instruction/Address mode and have an extra 8 clock cycles or HAL_OSPI_Receive fails.
Thanks!
Thanks!
