Hi,
I'm not 100% sure of your question, but if you're asking about compilers/development environments, then two I can suggest are:
CodeWarrior Special Edition v7.1
Sourcery G++ Lite Edition for ColdFire
If you are asking for ways to manipulate the flash memory on the chip, you can use one of:
Tools -> Flash Programmer, from CodeWarrior (uses USB)
a standalone programmer, PROGCFZ, from PE Micro (uses USB; I have not used this)
QSPI/EzPort (does not use USB)
The QSPI/EzPort mechanism requires a master mode QSPI device to initiate the programming, and the MCU boots in slave mode, ready to accept commands to manipulate its flash.
You need a cable from master to slave that looks like:
> help clone
clone cable:
master slave
--------- ----------------
qspi_clk qspi_clk (ezpck)
qspi_din qspi_dout (ezpq)
qspi_dout qspi_din (ezpd)
qspi_cs0 rcon* (ezpcs*)
scl rsti*
vss vss
vdd vdd
>
If you can give me a bit more detail what you want to do, then I can probably give you a better answer...
-- Rich