maxikrie opened a new issue, #12768: URL: https://github.com/apache/nuttx/issues/12768
Hello, I am trying to run the nrf9160-dk:modem_ns example, however it seems to crash very early in the startup routine. Specifically, it crashes in nrf91_clockconfig.c:75 when accessing a register. I have started looking into this and I feel it is related to the configuration `CONFIG_ARCH_TRUSTZONE_NONSECURE=y`. The nrf9160-dk:nsh example works fine, however when I change the one setting to `CONFIG_ARCH_TRUSTZONE_NONSECURE=y`it also fails at the first register access (through `putreg32`). I am using the CMake build since the make build has an issue resolving the NRXFLIB URL. I am on nuttx-12.5.1 and I briefly tried nuttx-12.3.0, the release shortly after nrf9160-dk:modem_ns was added. Tagging @raiden00pl, since you added this config. I will continue looking into this, but maybe somebody can provide some insights? Thanks! Max -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
