Neal Jackson

Results 14 comments of Neal Jackson

I did not enable deterministic ECDSA to my knowledge. Should I be? I updated my openthread libraries to include that PR, however I am still having the same issue -...

Yes, I meant `mbedtls_ecdsa_sign` returns MBEDTLS_ERR_ECP_BAD_INPUT_DATA. The call to `mbedtls_ecdsa_from_keypair` is successful.

I double checked that I've copied in the most recent nrf_security libraries from `third_party/NordicSemiconductor/libraries/nrf_security`. Thanks for taking the time to hook in my code to an example. I'll try it...

I cloned and built your CLI example and verified that the `joiner stop` command executes successfully. I used the following to build for an nRF52840 dongle: ``` make -f examples/Makefile-nrf52840...

I disabled the external heap and still had the same issue. I can look into migrating my codebase to the new nRF SDK, but that will take some time and...

Okay, after a lot of digging I believe that I've identified what causes this issue. I'm not sure why though. I was able to build a working application that uses...

Thanks for the suggestions, and sorry for the late response. Here is my current memory configuration for my application in my linker script: ``` MEMORY { FLASH (rx) : ORIGIN...

I have also been trying to enable joiner functionality in some of my applications, and I am running into a similar issue where the joiner process fails with OT_ERROR_SECURITY (8)...

@edmont Do you have any other ideas on what could be causing this issue? Does the background bootloader work for you with more recent openthread versions?

- [x] add debug pinout for modstorage_out/in