Hello Pete,
Hello Gerhard,
I just commented any log messages out which I found are not necessary.
I also set the compiler to high speed optimization and made some modification
in the link file so that fits the smallest CPU with the same sector size:
Atmel SAM7S32/64 (Sector size: 128 Bytes) -> 8kByte RAM
Atmel SAM7S128/256/512 (Sector size: 128 Bytes) -> 32kByte RAM
You find the flash loaders attached.
You can either copy the contents of the zip file to the project folder (Add a "flashloader" folder) and change the project settings
- Debbugger\Download\ [x] Use flash loader
- Press the edit button
- Click on the (default) item and click edit
- Enable [x] Override defualt flash loader path
- Change it to "$PROJ_DIR$\Flashloader\FlashAT91SAM7Sxx.d79" for Atmel SAM7S128/256/512) or "$PROJ_DIR$\Flashloader\FlashAT91SAM7Sx.d79" for Atmel SAM7S32/64
- Confirm then all your changes with OK.
or to the EWARM_Path\ARM\config\flashloader\Atmel
Looking forward to your feedback.
Regards,
Souhail