The error "insufficient RAM for flash algorithms" usually has a"Cannot load flash programming algorithm!"Prompt window, such:
"Insufficient RAM for flash algorithms" is literally interpreted as "insufficient Ram space for loading flash algorithms ".
This error occurs after a new flash burning algorithm is added.
Cause: the flash burning algorithm itself is also equivalent to a small program, which is executed by the chip during the jlink program to flash, therefore, the burning algorithm needs to allocate memory space during the burning and writing process. Open the Setting tab of utilities to see its configuration options;
:
The arrow in the figure refers to the size of the ram space used to store the write algorithm. If the allocation is too small, this will cause the above error message.
You can solve this problem by changing its size to a greater value.
For reference only. For details, see blog.csdn.net/waitig1992.