2020-07-24 03:47 AM
i wanna to program sram
the result follow:
No Algorithm found for: 02000000H - 02000A37H
Programming skipped!
Error: Flash Download failed - "Cortex-M0+"
about sram programming algorithm? only flash
2020-07-24 04:00 AM
What dongle? What debugger?
2020-07-24 04:21 AM
Keil
You'd want to uncheck download to target, and instead use a debugger initialization file (.INI) which LOAD the .AXF or .HEX directly into RAM
It should probably map the RAM at zero.
Will see if I can create an example later.
2020-07-26 06:06 PM
JLINK+SWD, keil mdk5
2020-07-27 06:45 PM
hi, clive1
thank you for your answer. i try to set a initialization file(.ini), it works.
then, i dont know how to disable flash
2020-08-09 06:36 PM
try to use arm-debug in vscode , how to debug a program in sram