Skip to content

Update mspi_octal_example.c in apollo3_evb example #27

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: 2.5.1-archive
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
#define MSPI_TARGET_SECTOR (16)
#define MSPI_BUFFER_SIZE (4*1024) // 16K example buffer size.

#define MSPI_TEST_MODULE 1
#define MSPI_TEST_MODULE 0

#define DEFAULT_TIMEOUT 10000

Expand Down Expand Up @@ -303,7 +303,7 @@ main(void)
// Print the banner.
//
am_util_stdio_terminal_clear();
am_util_stdio_printf("Apollo3p Octal MSPI Example\n\n");
am_util_stdio_printf("Apollo3 Octal MSPI Example\n\n");

//
// Configure the MSPI and Flash Device.
Expand Down Expand Up @@ -447,7 +447,7 @@ main(void)
//
// End banner.
//
am_util_stdio_printf("Apollo3p MSPI Example Complete\n");
am_util_stdio_printf("Apollo3 MSPI Example Complete\n");

//
// Loop forever while sleeping.
Expand Down