nRF5340 Configuration Issue: Network Core and Reset Not Responding

Hello,

I am experiencing an issue with my nRF5340. When I try to configure my nRF5340 using the Quick Start in nRF Connect to load an application, I encounter a problem.

I am working with a sample application that controls the LEDs and buttons on the DK. While the application core seems to work, the network core and the reset function do not respond. Additionally, I received an error message.

The application indicates that the error is located in the code provided.

Could you please help me resolve this issue?

Thank you.

2024-11-12T14:35:03.142Z INFO Initialising the bundled nrfutil device
2024-11-12T14:35:03.169Z DEBUG Started watching devices
2024-11-12T14:35:05.661Z INFO Using the bundled core version for nrfutil device: 7.13.0
2024-11-12T14:35:06.605Z INFO Using nrfutil-device version: 2.6.4
2024-11-12T14:35:06.605Z INFO Using nrf-device-lib version: 0.17.35
2024-11-12T14:35:06.605Z INFO Using nrfjprog DLL version: 10.24.2
2024-11-12T14:35:06.605Z INFO Using JLink version: JLink_V7.94e
2024-11-12T14:35:06.606Z WARN Installed JLink version does not match the expected version (JLink_V7.94i)
2024-11-12T14:35:06.919Z DEBUG Selected device: nRF5340 DK
2024-11-12T14:35:06.939Z DEBUG Changed step: Info
2024-11-12T14:37:35.747Z DEBUG Changed step: Rename
2024-11-12T14:37:55.759Z DEBUG Changed step: Program
2024-11-12T14:37:58.412Z DEBUG Changed step: Rename
2024-11-12T14:38:16.421Z DEBUG Changed step: Program
2024-11-12T14:39:11.045Z ERROR [jlink] [NRFJPROG][Client][001050076883] Encountered error -90: Command erase_file executed for 43 milliseconds with result -90
2024-11-12T14:39:11.056Z ERROR [jlink] [NRFJPROG][nRF53][001050076883] Failed while erasing device. -90: Access protection is enabled, can't erase memory.
2024-11-12T14:39:11.056Z ERROR [jlink] [NRFJPROG][Worker][001050076883] Access protection is enabled, can't erase memory.

Related