| |||||
Technical Support Support Resources
Product Information | ISD51: LOAD APPLICATION DOESN'T MATCH ROM ERRORSInformation in this article applies to:
QUESTIONI'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? ANSWERYou 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 <ISD51.H> MORE INFORMATION
SEE ALSOLast Reviewed: Friday, July 15, 2005 | ||||
| |||||