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

Stack overflow may not be caught in FreeRTOS projects on devices that support TrustZone #38

Closed
kjassmann-renesas opened this issue Jan 20, 2021 · 0 comments

Comments

@kjassmann-renesas
Copy link
Contributor

kjassmann-renesas commented Jan 20, 2021

Issue

In a TrustZone non-secure FreeRTOS project, if a stack overflow occurs in the PendSV_Handler (which adds up to 40 bytes to the stack), it does not generate an STKOF UsageFault.

In a flat FreeRTOS project on MCUs that support TrustZone, stack overflows of the process stack do not generate an STKOF UsageFault.

Workaround

Allocate at least 40 bytes more for the stack than the maximum stack used by the thread.

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

No branches or pull requests

2 participants