We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65e2c46 commit 716b383Copy full SHA for 716b383
source/family/nxp/mimxrt1060_spi_flash/flash_blob.c
@@ -139,10 +139,10 @@ static const program_target_t flash = {
139
{
140
0x20000001,
141
0x20000934,
142
- 0x20000c00
+ 0x20008000
143
},
144
145
- 0x20000000 + 0x00000A00, // mem buffer location
+ 0x20000000 + 0x00004000, // mem buffer location
146
0x20000000, // location to write prog_blob in target RAM
147
sizeof(MIMXRT106x_QSPI_4KB_SEC_flash_prog_blob), // prog_blob size
148
MIMXRT106x_QSPI_4KB_SEC_flash_prog_blob, // address of prog_blob
0 commit comments