Skip to content

Instantly share code, notes, and snippets.

@blueluna
Created June 5, 2020 15:03
Show Gist options
  • Save blueluna/69aa33a91ba5f47d0c9409d4302d73ab to your computer and use it in GitHub Desktop.
Save blueluna/69aa33a91ba5f47d0c9409d4302d73ab to your computer and use it in GitHub Desktop.
Adding nRF52833 to probe-rs
diff --git a/probe-rs/targets/nRF52 Series.yaml b/probe-rs/targets/nRF52 Series.yaml
index 1155c07..fb3e5f1 100644
--- a/probe-rs/targets/nRF52 Series.yaml
+++ b/probe-rs/targets/nRF52 Series.yaml
@@ -65,6 +65,22 @@ variants:
- nrf52xxx
- nrf52xxx_uicr
- nrf52xxx_sde
+ - name: nRF52833_xxAA
+ memory_map:
+ - Ram:
+ range:
+ start: 536870912
+ end: 537001984
+ is_boot_memory: false
+ - Flash:
+ range:
+ start: 0
+ end: 524288
+ is_boot_memory: true
+ flash_algorithms:
+ - nrf52xxx
+ - nrf52xxx_uicr
+ - nrf52xxx_sde
- name: nRF52840_xxAA
memory_map:
- Ram:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment