RT1061 QSPI Flash configuration #84372
-
Hi,
Does this configuration look sufficient for the Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @ofirshe ,
So CMake is including this evkbmimxrt1170_flexspi_nor_config.c from the HAL. Your board should be able to include that same file from the HAL. Or if you want to control that file or make changes to it, you could copy to your board folder. Best regards |
Beta Was this translation helpful? Give feedback.
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:So CMake …