Skip to content

RT1061 QSPI Flash configuration #84372

Closed Answered by DerekSnell
ofirshe asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ofirshe ,
As you found, W25Q512NW is the same flash device used on the MIMXRT1170-EVKB board. So it would be best to use that board as a reference, and setup the ROM bootloader and FlexSPI the same as that board. The flash files inluded for the MIMXRT1170-EVK board come from this CMakeLists.txt file. This line includes the flash config struct for the ROM bootloader:

    # Include flash configuration block for RT1170 EVK from NXP's HAL.
    # This configuration block may need modification if another flash chip is
    # used on your custom board. See NXP AN12238 for more information.
    zephyr_library_sources(${RT1170_BOARD_DIR}/xip/${RT1170_BOARD_NAME}_flexspi_nor_config.c)

So CMake …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ofirshe
Comment options

Answer selected by ofirshe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants