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

ULINK - "Memory Mismatch!"

When i compile my code in the uvision3 and try to Debug i get the message:

Memory Mismatch!
Address: 0x00000018
Value = 0x18
Expected = 0xF0

This address corresponds to the code

LDR PC, [PC, #-0x0FF0] /* Vector from VicVectAddr */

I'm using ULINK V2.00 and MCB2100 V2

Parents Reply Children
  • I've found the error...Was the PINSEL2 register value....

    Well, about the documentation I think there a lot of good things in the web FAQ, but that is not so easy to find a especific problem in tenths of links...The most basic things must be in the help file...In my case I found all my error reading the LPC2129 User Manual, but you should have a help file that explains all the ARM registers configuration and restricted memory locations if there are some if you want to debug. There's a link in the GSA help named "Configuring ARM for ULINK" , but there's no page!!!! I've got the GSA file from keil web site (You can believe me, it's not so easy to find a link for this file, try yourself) and the same page is missing. Maybe was not even written or they forgot to put on the help file...

    Thanks for the attention!