Skip to content

Conversation

@dnguye14-adi
Copy link
Contributor

Description

Fix CRC calculation issues and Update CRC examples.

Checklist Before Requesting Review

  • PR Title follows correct guidelines.
  • Description of changes and all other relevant information.
  • (Optional) Link any related GitHub issues using a keyword
  • (Optional) Provide info on any relevant functional testing/validation. For API changes or significant features, this is not optional.

Signed-off-by: Dung Nguyen <dung.nguyen@analog.com>
@github-actions github-actions bot added MAX32655 Related to the MAX32655 (ME17) MAX32670 Related to the MAX32670 (ME15) MAX32675 Related to the MAX32675 (ME16) MAX32680 Related to the MAX32680 (ME20) MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87) labels Oct 29, 2025
@github-actions
Copy link

This pull request is stale because it has been open for 30 days with no activity. Remove stale label, commit, or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale This issue or pull request is stale. label Nov 28, 2025
@ttmut ttmut removed the stale This issue or pull request is stale. label Nov 28, 2025
Comment on lines -122 to -127
if (fail != 0) {
printf("\nExample Failed\n");
return E_FAIL;
}
run_demo_crc(0);
run_demo_crc(1);

while (1) {}

printf("\nExample Succeeded\n");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of using an infinite loop, please implement a wait flag as in the previous version of this example so the code prints the test result once it completes. CI system relies on "Example Succeeded" string to determine the test result. See https://github.com/analogdevicesinc/msdk/blob/main/.github/workflows/scripts/example_tester_78002.sh#L222

@ttmut
Copy link
Contributor

ttmut commented Nov 28, 2025

CRC header and example for MAX32680 need to be updated as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

MAX32655 Related to the MAX32655 (ME17) MAX32670 Related to the MAX32670 (ME15) MAX32675 Related to the MAX32675 (ME16) MAX32680 Related to the MAX32680 (ME20) MAX78000 Related to the MAX78000 (AI85) MAX78002 Related to the MAX78002 (AI87)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants