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

debugging error.

Hi all
I have just started to use AT91sam9260 in keil 3.5v
When i write a simple prog... the compilations gives no errors. When I start debug it displays

"Error 65: access violation at 0xFFFFEE40: no 'write' permission"

I checked the previous posts and tried to change the memory address locations in Target options. Still it gives the same error. I am facing this problem only with ARM-9series. ARM-7 is working fine
plz help me to solve with this problem.

Thanks in advance
sriram

Parents
  • Thanks for the reply...
    I understood what you said.
    How do I specify all the address ranges?
    My compiler supports up to 16MB only, and my address range is up to 256MB...
    Also where do i specify all these addressed. Address range and access type can be given in command line by MAP command. But entering all these ranges every time I compile is bit difficult. So how do I specify these to be fixed?

Reply
  • Thanks for the reply...
    I understood what you said.
    How do I specify all the address ranges?
    My compiler supports up to 16MB only, and my address range is up to 256MB...
    Also where do i specify all these addressed. Address range and access type can be given in command line by MAP command. But entering all these ranges every time I compile is bit difficult. So how do I specify these to be fixed?

Children