OpenOCD flash driver aduc7000

Hi

I was able to get openocd to work with an aduc7026 from ADI.

It is possible to write code to the flash.

First there have to some MMRs set to clean the flash and allow writing. After that it is possible to write code direct into the flash.

Unfortunalty the performance isn’t well.

If I understand openocd correct the flash driver loads code first to ram

and copy it from ram to flash.

Does anybody know how this is done exactly?

What can I do to get a working “flash driver”?

I know which MMRs to set to allow writing to flash and I know

addresses of flash and sram.

Cheers,