Hi Mario,
Hope you pick this up, its in response to the last entry I made on the sticky topic (sorry about that).
Would be most interested to see your exising plugin code and wizards, as I want to (try) and make sure I am not duplicating work. I am lazy like that
Yes I would like to make a flash programming plugin. A friend of mine works quite closely with OpenOCD, and has added flash programming support for the new STM32 Cortex-M3 (and other ARM variants) within OpenOCD (as it supports flash programming now). So that interface could be used to program the flash through direct tcp/ip connection with OpenOCD
But I am aware there are other targets that do not use OpenOCD, where perhaps this would need to be done through a library or dll. Maybe some sort of common flash programming API? Not had a lot to do with the tricore, but I have seen the DAS server (tantino uses it), and looks like that could do with supporting also?
So it looks like the flash programmer plugin itself needs to have a plugin mechanism!!
Will continue work on arm-elf-gdb until somebody tells me they have already done it.
Martin.