Skip to content
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

MSDK-974 - Fixing CTB RevA Hash default value bug. #294

Merged
merged 5 commits into from
Jan 9, 2023
Merged

MSDK-974 - Fixing CTB RevA Hash default value bug. #294

merged 5 commits into from
Jan 9, 2023

Conversation

Jacob-Scheiffler
Copy link
Contributor

On the ME21 the HASH_CTRL register was initializing to 0x0C. MXC_CTB_Done checks HASH_CTRL to determine if the hash feature is enabled and since the register is resetting to a non-zero value, a false positive is returned. Setting HASH_CTRL to 0 if it's not enabled in MXC_CTB_Init prevents the false positive.

@Jacob-Scheiffler
Copy link
Contributor Author

\clang-format-run

@Jacob-Scheiffler Jacob-Scheiffler merged commit 273834a into analogdevicesinc:main Jan 9, 2023
@Jacob-Scheiffler Jacob-Scheiffler deleted the msdk-974 branch January 9, 2023 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants