Skip to content

Commit b8bfa36

Browse files
str4t0mkartben
authored andcommitted
dts: arm: st: stm32h5: fix flash erase timing
According to the datasheet the flash erase timing is typically 2ms, and max 10ms. H503: DS14053 Rev 4: section 5.3.10, table 45, t_erase_max=10ms H562/H563: DS14258 Rev 6: section 5.3.11, table 51, t_erase_max=10ms Signed-off-by: Thomas Stranger <[email protected]>
1 parent 05305e2 commit b8bfa36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dts/arm/st/h5/stm32h5.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134
write-block-size = <16>;
135135
erase-block-size = <8192>;
136136
/* maximum erase time(ms) for a 8K sector */
137-
max-erase-time = <5>;
137+
max-erase-time = <10>;
138138
};
139139
};
140140

0 commit comments

Comments
 (0)