Problem programming QSPI on iMX RT1050 EVK

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Problem programming QSPI on iMX RT1050 EVK

373 Views
gh78731
Contributor III

I have a programming running on MCUXpresso 11.2 as "Link application to RAM"

I now wish to run it as "Plain Load Image" and load it into the QSPI on the EVK.

I have modified the resistors on the EVK-B board for QSPI.

I have changed the DAP driver to the QSPI version.

I have changed the FLASH driver to "MIMXRT1050-EVK_IS25LP064.cfx"

I can successfully perform a "Mass erase" from the "GUI Flash Tool"

When I try to program the QSPI, I get the following error. What am I doing wrong?

 

Image 'MIMXRT1050-EVK_IS25WP064A Sep 25 2020 10:49:04'
( 65) Chip Setup Complete
Connected: was_reset=false. was_stopped=true
( 70) License Check Complete
Loading 'evkbimxrt1050_EVK_WWVB_RX.axf' ELF 0x60002000 len 0x8A2C
Opening flash driver MIMXRT1050-EVK_IS25WP064A.cfx
Sending VECTRESET to run flash driver
Flash device supported (8MB = 128*64K at 0x60000000)
Writing 35372 bytes to address 0x60002000 in Flash
1 of 1 ( 0) Writing sectors 0-0 at 0x60002000 with 35372 bytes
( 0) at 60000000: 0 bytes - 0/43564
ProgramPage (0x60000000, 0x20002070, 0x4000) status 0x1 - driver reported driver error - EXTSPI driver rc 34 (0x22)
Sectors written: 1, unchanged: 0, total: 1
Closing flash driver MIMXRT1050-EVK_IS25WP064A.cfx
(100) Writing Flash ended with an error.
File 'evkbimxrt1050_EVK_WWVB_RX.axf' load failure: Ef(49): Flash driver operation gave error.
(100) Target Connection Failed
Unable to perform operation!
Command failed with exit code 1

Labels (1)
0 Kudos
0 Replies