Skip to content

Commit 32c8bf5

Browse files
authored
Merge pull request #10792 from hugueskamba/fix-lpc55s69-sector-size
Fix: Allow target size restriction for LPC55S69
2 parents 2a7635f + 06c3a5b commit 32c8bf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/targets.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2062,7 +2062,8 @@
20622062
"detect_code": ["0236"],
20632063
"device_name": "LPC55S69JBD100",
20642064
"release_versions": ["5"],
2065-
"program_cycle_s": 10
2065+
"program_cycle_s": 10,
2066+
"sectors": [[0,512]]
20662067
},
20672068
"LPC55S69_NS": {
20682069
"inherits": ["NSPE_Target", "LPC55S69"],

0 commit comments

Comments
 (0)