Difference between revisions of "Firmware programmers"
From Wiki at Neela Nurseries
m |
m (Add note on JLink programmer error message "E Not supported by current CPU + target interface combination") |
||
Line 1: | Line 1: | ||
− | Segger | + | Segger J-Link twenty pin to ten pin adapter pin out, wiring diagram: |
* https://www.segger.com/products/debug-probes/j-link/accessories/adapters/9-pin-cortex-m-adapter/ | * https://www.segger.com/products/debug-probes/j-link/accessories/adapters/9-pin-cortex-m-adapter/ | ||
Segger J-Link and nRF9160 Feather programming instructions: | Segger J-Link and nRF9160 Feather programming instructions: | ||
* https://docs.jaredwolff.com/nrf9160-programming-and-debugging.html | * https://docs.jaredwolff.com/nrf9160-programming-and-debugging.html | ||
+ | |||
+ | |||
+ | |||
+ | Segger programmer documentations: | ||
+ | |||
+ | Search following document for message "0001495 E Not supported by current CPU + target interface combination. [jlink]": | ||
+ | |||
+ | <ul> | ||
+ | * https://www.digikey.co.uk/htmldatasheets/production/2755223/0/0/1/j-link-j-trace-user-guide.html | ||
+ | </ul> | ||
+ | |||
+ | Full message is: | ||
+ | |||
+ | 0001495 E Not supported by current CPU + target interface combination. [jlink]": | ||
+ | 0001507 C Invalid error code: -2 [__main__] |
Latest revision as of 18:09, 19 September 2023
Segger J-Link twenty pin to ten pin adapter pin out, wiring diagram:
Segger J-Link and nRF9160 Feather programming instructions:
Segger programmer documentations:
Search following document for message "0001495 E Not supported by current CPU + target interface combination. [jlink]":
Full message is:
0001495 E Not supported by current CPU + target interface combination. [jlink]": 0001507 C Invalid error code: -2 [__main__]