Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4c6df4f

Browse files
andreagilardonipennam
authored andcommitted
C33 QSPIformat added partition for kvstore
1 parent 5b4190c commit 4c6df4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎libraries/Storage/examples/QSPIFormat/QSPIFormat.ino‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ void setup() {
5353

5454
if (true == waitResponse()) {
5555
MBRBlockDevice::partition(root, 1, 0x0B, 0, 5 * 1024 * 1024);
56-
MBRBlockDevice::partition(root, 2, 0x0B, 5 * 1024 * 1024, 16 * 1024 * 1024);
56+
MBRBlockDevice::partition(root, 2, 0x0B, 5 * 1024 * 1024, 15 * 1024 * 1024);
57+
MBRBlockDevice::partition(root, 3, 0x0B, 15 * 1024 * 1024, 16 * 1024 * 1024);
5758

5859
int err = sys_fs.reformat(&sys_bd);
5960
if (err) {

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /