aboutsummaryrefslogtreecommitdiffhomepage
path: root/targets/rp2350_embedded_block.s
blob: f6202ed859426686406554a7996e6353873ec1b3 (plain)
1
2
3
4
5
6
7
8
9
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: