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

AT91SAM7_64 flash problem

I had a look to the Keil\ARM\Flash\AT91SAM7_64 and it looks this code was design to never run.

1. The example finishes with error
2. ProgramPage should be at least in RAM
3. *Flash++ = *((unsigned long *)buf); -> buf should be aligned before get Data abort exception.

Did someone has some working example with Keil AT91SAM7xx and data flash?

0