Hello,
iMX RT1171 SDK v2.15.1 was used for the linker, startup, and driver files.
External Flash is connected with FlexSPI2 - A pins.
For this reason, the flash base address in the linker has been updated to 0x60000000.
FLEXSPI_INSTANCE is set to 2 with the help of GPIO pins.
FLEXSPI_PIN_GROUP_SEL = 1 and FLASH_CONNECTION_SEL = 0 efuses are set.
At this stage, I have no problem writing to external flash. When I read it after writing, it was seen that there were spi configurations at 0x60000400.
However, when I start debugging, it branches to different unknown points. What could be my problem here? Can you explain the steps I should check?
- Should I burn fuses like FLEXSPI_PIN_GROUP_SEL and FLASH_CONNECTION_SEL to help set up FlexSPI-2?
- Is there a place I need to update in the linker and startup in imx1171 SDK v2.15.1?