Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

stm32 xspi driver supports Memory mapped mode for XiP #73860

Merged
merged 4 commits into from
Jun 24, 2024

Commits on Jun 14, 2024

  1. drivers: flash: stm32 xspi driver supports the MemoryMapped mode

    Adding the support of the memoryMapped mode
    to the flash_stm32_xspi driver through the CONFIG_STM32_MEMMAP
    That will allow XiP from the external octo_flash
    Erase and Write operation must Abort operations.
    
    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2fe710c View commit details
    Browse the repository at this point in the history
  2. boards: arm: stm32h573 disco kit can flash on external NOR

    Configure the external NOR flash memory to be executable.
    Change the board.cmake to add the external loader for
    flashing (version that do not mass-erase the external flash).
    The address of the external flash is not needed
    when flashing a hex file.
    
    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    e52af91 View commit details
    Browse the repository at this point in the history
  3. samples: code relocation in external memory of stm32h5 disco kit

    Define the configuration to run the code_relocation
    application on the external memory xspi flash
    of the stm32h573i_dk disco kit in XIP
    
    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    61915b5 View commit details
    Browse the repository at this point in the history
  4. samples: drivers spi_flash on the external NORof stm32h5 disco kit

    Define the configuration to run the test on the external memory
    xspi flash of the stm32h573i_dk disco kit in MemoryMapped Mode
    Reading is done with memcopy and erase/write are aborting operation
    to send the appropriate command
    
    Signed-off-by: Francois Ramu <[email protected]>
    FRASTM committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    cd1e72d View commit details
    Browse the repository at this point in the history