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

Keil uVision4 Debugger or Hardware Problems

Hi, I use Infineon XE164F-96F66 build und flash the target is no problem, but the Debugger stops a the following line:

Load "D:\\...\\Source\\XE164"
WS 1, 'T1
PA \\XE164\ADC0\ADC0_viSRN0
*** error 65: access violation: addr=0x0000C000

What is the Problem and how i can fix it!

Parents
  • The problem is exactly what the error message says: the debugger sees no basis for the assumption that you're allowed to use that address. And the reason for that is that nobody has told it about that part of the memory layout of your board.

Reply
  • The problem is exactly what the error message says: the debugger sees no basis for the assumption that you're allowed to use that address. And the reason for that is that nobody has told it about that part of the memory layout of your board.

Children