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

Increase uavcan main stack size #15864

Merged
merged 1 commit into from
Oct 2, 2020

Conversation

amikhalev
Copy link
Contributor

Describe problem solved by this pull request
I observed hard faults when running uavcan params list. A stackcheck build showed that the uavcan task overflowed its stack.

Describe your solution
I increased the stack size for the uavcan command

Describe possible alternatives
None

Test data / coverage
Increasing stack size shouldn't cause any issues, but for what it's worth I have flown with this commit
https://review.px4.io/plot_app?log=d0f658d7-60ab-40ae-b4e2-a32aae84d942

I observed stack overflows when executing `uavcan params list`, so the
stack size probably needs to be increased.

Signed-off-by: Alex Mikhalev <alexmikhalevalex@gmail.com>
@dagar
Copy link
Member

dagar commented Oct 2, 2020

Thanks @amikhalev

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.

None yet

2 participants