You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 differentdefines) 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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: