Skip to content

Commit 716b383

Browse files
committed
mimxrt: Fix MIMXRT1060 stack and buffer pointers
1 parent 65e2c46 commit 716b383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/family/nxp/mimxrt1060_spi_flash/flash_blob.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,10 @@ static const program_target_t flash = {
139139
{
140140
0x20000001,
141141
0x20000934,
142-
0x20000c00
142+
0x20008000
143143
},
144144

145-
0x20000000 + 0x00000A00, // mem buffer location
145+
0x20000000 + 0x00004000, // mem buffer location
146146
0x20000000, // location to write prog_blob in target RAM
147147
sizeof(MIMXRT106x_QSPI_4KB_SEC_flash_prog_blob), // prog_blob size
148148
MIMXRT106x_QSPI_4KB_SEC_flash_prog_blob, // address of prog_blob

0 commit comments

Comments
 (0)