STM32 has mode "boot from SRAM" for debugging purpoces. Keil provides "Blinky" example, which has RAM target.
I use st-link debugger, therefore I have to change debugger from Ulink to ST-Link. This is the only change, done in Keil's example.
With "FLASH" target I have no problem.
When I try to run RAM target, I receive error "No Algorithm found for: 20000000H - 20001073H"
How to "explain" to Keil/st-link, that from 20000000H placed RAM, not flash?