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

Adjust the main stack of nrf51 targets to the call stack of thesoftdevice. #1898

Merged
merged 1 commit into from
Jun 10, 2016

Commits on Jun 10, 2016

  1. Adjust the main stack of nrf51 targets to the call stack of the

    softdevice.
    
    The call stack of the soft device can be 0x600 (1536) bytes long, by
    adjusting the stack to a value of 2048 bytes, their is enough room for
    the softdevice and RTX kernel to live together in the main stack.
    
    Random issues due to stack overflow were visible with the previous value.
    pan- committed Jun 10, 2016
    Configuration menu
    Copy the full SHA
    06e2139 View commit details
    Browse the repository at this point in the history