-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
I was trying to use the nrf9160-demo application with the latest version of this repo, but I had some errors.
- I had to change the nrf9160-hal to use
0x0000_C000as the load address, because that's what the latest SPM seems to use. Or at least, that's what the SPM built with the "at_sample" application was expecting; I think they might auto-configure the flash partition layout depending on the application you are building. - I couldn't init nrfxlib with trace off, but it did work with trace on.
- Creating a TLS socket failed with
Err(Nrfxlib(Nordic("new_socket", -1, 41)))if I tried to make a TLS v1.3 socket with verification enabled. Error 41 isNRF_EPROTOTYPE. - Creating a TLS socket worked if I made a TLS v1.2 socket with verification disabled, but connecting to it gave
Err(Nrfxlib(Nordic("tls_connect", -1, 45)), which isNRF_EOPNOTSUPP.
Metadata
Metadata
Assignees
Labels
No labels