Skip to main content
anonymous.8
Senior II
March 11, 2018
Question

Which internal memory address is memory mapped QUAD SPI mapped to?

  • March 11, 2018
  • 2 replies
  • 1383 views
Posted on March 11, 2018 at 20:33

Hi, I want to setup my STM32F767 QUAD SPI peripheral to access an external NOR FLASH chip in memory mapped mode.

I can see from the STM32F76xxx reference manual how to set the QUADSPI->CCR register to set the FLASH memory command and frame format to configure it in memory mapped mode. Besides setting the CCR register, is there anything else I need to do, apart from the Timeout counter etc., to setup to operate it in memory mapped mode?

But I have not found anywhere in either the datasheet or the reference manual that defines which internal memory addresses are used to map the QUAD SPI peripheral to when it is operated in the memory mapped mode for reading from the FLASH chip.

Does anyone know this?

Thanks.
    This topic has been closed for replies.

    2 replies

    Tesla DeLorean
    Guru
    March 11, 2018
    Posted on March 11, 2018 at 23:02

    Examples I've seen all decode at 0x90000000

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    waclawek.jan
    Super User
    March 11, 2018
    Posted on March 11, 2018 at 23:49

    Clive One wrote:

    Examples I've seen all decode at 0x90000000

    Indeed.

    0690X0000060A1nQAE.png

    Might've been mentioned in RM, too...

    JW

    Tesla DeLorean
    Guru
    March 12, 2018
    Posted on March 12, 2018 at 00:26

    My copy of RM0410 (Rev 3, Nov 2017, STM32F76xxx and STM32F77xxx) was less than illuminating on the topic. Closest to a mention was 0x90000000-0x9FFFFFFF was Bank 4 Reserved on the FMC

    http://www.st.com/en/microcontrollers/stm32f767zi.html

     

    http://www.st.com/content/ccc/resource/technical/document/reference_manual/group0/96/8b/0d/ec/16/22/43/71/DM00224583/files/DM00224583.pdf/jcr:content/translations/en.DM00224583.pdf

     
    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..
    Nesrine M_O
    Associate
    March 13, 2018
    Posted on March 13, 2018 at 17:37

    Hi,

    Thank you for highlighting this issue

    .This is noted and will be fixed in coming release of the reference manual.

    -Nesrine-