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

[rtl872x] correctly handle SecureFault #2699

Merged
merged 1 commit into from
Sep 25, 2023
Merged

Conversation

avtolstoy
Copy link
Member

See [SC121377]

@avtolstoy avtolstoy added this to the 5.6.0 milestone Sep 21, 2023
@YutingYou
Copy link
Contributor

Tested with below app, secure fault handler in VTOR_NS can be handled.

void setup() {
    uint32_t *test_ptr = (uint32_t *)0x1007EFFC;    // SecureFault
    // uint32_t *test_ptr = (uint32_t *)0x0;        // BusFault
    volatile uint32_t test_value = 0;
    test_value = *test_ptr;
}

@avtolstoy avtolstoy merged commit 787c35b into develop Sep 25, 2023
1 check passed
@avtolstoy avtolstoy deleted the fix/rtl872x-securefault branch September 25, 2023 15:11
technobly pushed a commit that referenced this pull request Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants