program sram?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-24 3: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
- Labels:
-
STM32L0 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-24 4:00 AM
What dongle? What debugger?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-24 4: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.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-26 6:06 PM
JLINK+SWD, keil mdk5
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-07-27 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-08-09 6:36 PM
try to use arm-debug in vscode , how to debug a program in sram
