-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nRF9161 Support missing #43
Comments
Here's the log from nRF Connect For Desktop Programmer v4.3.0
|
Ok, changing the target coprosessor to CP_APPLICATION while attaching to the probe makes it functional again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tool lacks definitions for 9161 SoC.
Attempting to program modem firmware with
results in
pynrfjprog.APIError.APIError: An error was reported by NRFJPROG DLL: -90 NOT_AVAILABLE_BECAUSE_PROTECTION.
get_device_info() returns the following data:
>>> info.__dict__ {'device_type': <DeviceVersion.NRF9120_xxAA_REV3: 152174594>, 'device_family': <DeviceFamily.NRF91: 91>, 'code_address': 4294967295, 'code_page_size': 0, 'code_size': 0, 'uicr_address': 4294967295, 'info_page_size': 0, 'code_ram_present': False, 'code_ram_address': 4294967295, 'data_ram_address': 4294967295, 'ram_size': 0, 'qspi_present': False, 'xip_address': 4294967295, 'xip_size': 0, 'pin_reset_pin': 0, 'dll_ret_code': -90}
I assume this is because Parameters.py lacks definitions for NRF9161.
Tested on Windows 11 with pynrfjprog 10.24.2, with nRF9161-DK v.1.0.0
SoC is NRF9161_xxAA_REV3, according nRF Connect SDK
The text was updated successfully, but these errors were encountered: