I'm downloading a program and I'm getting an "Memory erase operation failed: no driver installed for memory range" error message. What does this mean?
This error message indicates that you are downloading using a LIBMEM loader application and that the loader application has not registered a LIBMEM driver that handles accesses to the memory range being programmed.
Possible causes of this problem are:
- The application binary being downloaded contains load sections to invalid memory ranges. You can check the memory map of the application using the symbol browser window.
- The loader application being used does not support the memory being programmed. You can check which loader program is being used by looking at the Target > Loader File Path project property. You may need to modify and rebuild the loader application in order to support programming of different memory devices.
Comments
0 comments
Please sign in to leave a comment.