Keil Logo

ISD51: Load Application Doesn't Match ROM Errors


Information in this article applies to:

  • ISD51 All Versions

QUESTION

I'm trying to debug an application on an MSC1200 device using ISD51. The application downloads OK, but when I run the debugger, I get the error:

Loaded application does not match ROM content!
Please program your application into the ROM of your target system again.

I can debug the MSC1200 example programs without getting this error so I know the hardware is working. My application appears to load without errors. What can cause this?

ANSWER

You will get this error if the ISD51.h file in your project is not configured for your device, in this case, the MSC1200. For example, using the ISD51.h file configured for the MSC1210 will cause this error.

Copy the ISD51.h file from the C51\EXAMPLES\TI_MSC1200\AD4Input\ folder to your project folder to correct this and make sure you include this file into your application by using:

#include "ISD51.H"

and not:

#include </code>

MORE INFORMATION

SEE ALSO


Last Reviewed: Thursday, February 25, 2021


Did this article provide the answer you needed?
 
Yes
No
Not Sure
 
  Arm logo
Important information

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies.

Change Settings

Privacy Policy Update

Arm’s Privacy Policy has been updated. By continuing to use our site, you consent to Arm’s Privacy Policy. Please review our Privacy Policy to learn more about our collection, use and transfers
of your data.