Dear Jennie,
I solved this issue.
I added to edit on burner.bbl.
OPENFILE "%ABS_FILE%_RAM.s19"
format = motorola
busWidth = 1
SRECORD=Sx
len = 0x6f
origin = 0x002000
destination = 0x00206f
SENDBYTE 1 "%ABS_FILE%"
CLOSE
Thank you for your support.
Dear Alice,
Thank you for your answer.
I know when I was build a project,It was make S19 file under bin folder.
I'd like to know, how can I make s19 file of RAM region?
please see the below.
If It can not make s19 file, what can I make another file?
Can I make s19 file of RAM region?(0x2000 ~ 0x206F)
Thanks.
Dear Jennie,
I solved this issue.
I added to edit on burner.bbl.
OPENFILE "%ABS_FILE%_RAM.s19"
format = motorola
busWidth = 1
SRECORD=Sx
len = 0x6f
origin = 0x002000
destination = 0x00206f
SENDBYTE 1 "%ABS_FILE%"
CLOSE
Thank you for your support.