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

BLE Pairing mode crashes on mbed.org based builds #132

Open
finneyj opened this issue Apr 22, 2016 · 2 comments
Open

BLE Pairing mode crashes on mbed.org based builds #132

finneyj opened this issue Apr 22, 2016 · 2 comments
Labels

Comments

@finneyj
Copy link
Contributor

finneyj commented Apr 22, 2016

micro:bit appears to hard fault when a BLE pairing attempt is requested... But behaves correctly for offline builds based on yotta / gcc.

@ghost ghost added the BLE label Aug 17, 2016
@ghost
Copy link

ghost commented Jun 4, 2017

It does indeed. Very easy to reproduce. Happens for all possible values of MICROBIT_BLE_SECURITY_LEVEL as well.

If you reduce MICROBIT_NESTED_HEAP_SIZE to 0.50 the problem no longer occurs, albeit at a cost. I guess recent changes have pushed memory use over some threshold?

So, needs some optimisation somewhere or else it needs MICROBIT_NESTED_HEAP_SIZE to have a new default value.

@ghost
Copy link

ghost commented Jun 6, 2017

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

No branches or pull requests

1 participant