Hi,
thank you for your answer.
However, as we are not using CW that does not help a lot.
I tried to install CW 7.2, however it does not install as all our development machines are x64 based. Unbelievable that they still sell SW that does not run on Windows x64 ...
Anyways, with the M5445x reference manual I was able to make my own cfg file for cfflasher.
Here it is - maybe it helps someone else:
DEVICE MCF5445x
RAMBAR1 80000000
FLASHBASE 00000000
INSTRAM RAMBAR1
DATARAM RAMBAR1
DATASIZE 0x2000
FLASHALG 28F128P33B(1x16)
.init
wcreg RAMBAR1 RAMBAR1 0x221
write.l 0xFC008000 0x00000000
write.l 0xFC008008 0x00101180
write.l 0xFC008004 0x00FF0001
With this config file I was able to programm using cfflasher.
Marcus