aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/rp2350_embedded_block.s
diff options
context:
space:
mode:
Diffstat (limited to 'targets/rp2350_embedded_block.s')
-rw-r--r--targets/rp2350_embedded_block.s10
1 files changed, 10 insertions, 0 deletions
diff --git a/targets/rp2350_embedded_block.s b/targets/rp2350_embedded_block.s
new file mode 100644
index 000000000..f6202ed85
--- /dev/null
+++ b/targets/rp2350_embedded_block.s
@@ -0,0 +1,10 @@
+// Minimum viable block image from datasheet section 5.9.5.1, "Minimum Arm IMAGE_DEF"
+.section .after_isr_vector, "a"
+.p2align 2
+embedded_block:
+.word 0xffffded3
+.word 0x10210142
+.word 0x000001ff
+.word 0x00000000
+.word 0xab123579
+embedded_block_end: