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

Tests bricked my Nano 33 BLE #8

Open
mirh opened this issue Mar 17, 2023 · 2 comments
Open

Tests bricked my Nano 33 BLE #8

mirh opened this issue Mar 17, 2023 · 2 comments

Comments

@mirh
Copy link

mirh commented Mar 17, 2023

I couldn't get this to work in another project (like, yes, it does actually complain about unknown/incompatible architecture but you'd guess that's just because of the different defines) and so I decided to try the tests.
Expectedly everything died.

Now I don't really know how much this project is still cared for (it's funny to think the last time the main branch was touched, this board wasn't even a thing), but if not a code fix or adding official support, I believe at least a warning would be due.

@d00616
Copy link
Owner

d00616 commented Mar 31, 2023

Looks like, you have configured the library to overwrite the bootloader. It's possible to recover the bootloader with an CMSIS-DAB.

This library is designed to run on a blank nrf chip without any additional software. If you wanto to port the library, then you have to choose a flash region which is empty. For Softdevices this is documented. I think you can find this type of documentation for the Nano 33 BLE.

If you reconfigured the memory layout, you have to take care to BLE timing by putting the BLE stack to sleep, when writes are active.

@mirh
Copy link
Author

mirh commented Aug 30, 2023

AFAIR I didn't really tinker with the library, I just fired (presumably) test_all.
Then yes, I did figure out what happened eventually, but I feel like a few warnings would be worthy.

EDIT: fwiw I could indeed resurrect the board

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

No branches or pull requests

2 participants