This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Cannot load flash programming algorithm SDK 6.0

Trying to flash a program with Keil. Worked fine with SDK 5.2, now with SDK 6.0 get the error: Insufficient RAM for Flash Algorithms.

My options for RAM: Start: 0x20002000 Size: 0x2000

Parents
  • Hi,

    This is one of the changes with the new flash algorithm. Converting a project from an older version of the SDK may give you this error. The older flash algorithms size was 0x800, while the new setting is 0x2000. Does it work if you update do the value I've marked here? image description

Reply
  • Hi,

    This is one of the changes with the new flash algorithm. Converting a project from an older version of the SDK may give you this error. The older flash algorithms size was 0x800, while the new setting is 0x2000. Does it work if you update do the value I've marked here? image description

Children
Related