Skip to content

Commit 2495011

Browse files
[k32w0] Fix app partition info in readme file (#33139)
Signed-off-by: marius-alex-tache <marius.tache@nxp.com>
1 parent 5a23ad5 commit 2495011

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/contact-sensor-app/nxp/k32w/k32w0/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -559,10 +559,10 @@ This is the list of all supported partitions:
559559
00 -----------------> 0x00 Bootable flag
560560
00 -----------------> 0x00 Image type (0x00 = SSBL)
561561
562-
004000000f020101: Application partition
562+
00400000c9040101: Application partition
563563
564564
00400000 -----------> 0x00004000 Start Address
565-
0f02 ---------------> 0x020f Number of 512-bytes pages
565+
c904 ---------------> 0x04c9 Number of 512-bytes pages
566566
01 -----------------> 0x01 Bootable flag
567567
01 -----------------> 0x01 Image type (0x01 = Application)
568568

examples/lighting-app/nxp/k32w/k32w0/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -534,10 +534,10 @@ This is the list of all supported partitions:
534534
00 -----------------> 0x00 Bootable flag
535535
00 -----------------> 0x00 Image type (0x00 = SSBL)
536536
537-
004000000f020101: Application partition
537+
00400000c9040101: Application partition
538538
539539
00400000 -----------> 0x00004000 Start Address
540-
0f02 ---------------> 0x020f Number of 512-bytes pages
540+
c904 ---------------> 0x04c9 Number of 512-bytes pages
541541
01 -----------------> 0x01 Bootable flag
542542
01 -----------------> 0x01 Image type (0x01 = Application)
543543

0 commit comments

Comments
 (0)