Skip to content

Commit e000ccc

Browse files
committed
feat: add flash to ram for unoq
1 parent 6097fe3 commit e000ccc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
lassign [split [mdw 0x20000000] ":" ] RAM BASE
2+
set BASE [string trim $BASE]
3+
puts $BASE
4+
load_image ${filename} 0x$BASE bin

0 commit comments

Comments
 (0)