STM32F7 14 Quad-SPI interface (QUADSPI)

  • 59 Replies
  • 937 Views
*

Offline tha

  • *****
  • 5007
    • View Profile
Re: STM32F7 14 Quad-SPI interface (QUADSPI)
« Reply #56 on: November 28, 2022, 04:06:12 pm »
14.5.11 QUADSPI polling status match register (QUADSPI _PSMAR)

Address offset: 0x0028
Reset value: 0x0000 0000



Bits 31:0 MATCH[31:0]: Status match
     Value ถูกเปรียบเทียบกับ the masked status register เพื่อให้ได้ a match(คู่ที่เหมือนกัน).
     ฟิลด์นี้สามารถถูกเขียนเฉพาะเมื่อ BUSY = 0.

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: STM32F7 14 Quad-SPI interface (QUADSPI)
« Reply #57 on: November 28, 2022, 04:12:37 pm »
14.5.12 QUADSPI polling interval register (QUADSPI _PIR)

Address offset: 0x002C
Reset value: 0x0000 0000



Bits 31:16 Reserved, must be kept at reset value.

Bits 15:0 INTERVAL[15:0]: Polling interval
     จำนวนของ CLK cycles ระหว่างการอ่านในระหว่าง automatic polling phases.
     ฟิลด์นี้สามารถถูกเขียนเฉพาะเมื่อ BUSY = 0.

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: STM32F7 14 Quad-SPI interface (QUADSPI)
« Reply #58 on: November 28, 2022, 04:26:17 pm »
14.5.13 QUADSPI low-power timeout register (QUADSPI_LPTR)

Address offset: 0x0030
Reset value: 0x0000 0000



Bits 31:16 Reserved, must be kept at reset value.

Bits 15:0 TIMEOUT[15:0]: Timeout period
     หลังจากแต่ละ access ใน memory-mapped mode, the QUADSPI ดึงล่วงหน้า the subsequent bytes และถือ bytes เหล่านี้
     ใน the FIFO. ฟิลด์นี้ระบุ CLK cycles จำนวนเท่าใดที่ the QUADSPI รอหลังจากที่ the FIFO เต็มจนถึงมันพุ่งขึ้น nCS, แล้วจึงใส่
     the Flash memory ใน a lower-consumption state.
     ฟิลด์นี้สามารถถูกเขียนเฉพาะเมื่อ BUSY = 0.

*

Offline tha

  • *****
  • 5007
    • View Profile
Re: STM32F7 14 Quad-SPI interface (QUADSPI)
« Reply #59 on: November 28, 2022, 04:30:28 pm »