I'm looking for free (open-source) IDE, toolchain for M52233DEMO board. M52233DEMO board include MCF52233 + P&E Micro USB BDM on a single board.
I have some success building .elf with CodeSourcery toolchain and loading/debugging in RAM with GDB + P&E Micro stub.
Is it possible to load in flash using CodeSourcery GDB ? For now I use CFFlasher to load in flash, the problem is that I can't find how to use CFFlasher from makefile (command line), it look like a freaking non scriptable GUI apps (I'm I wrong ?).