On Mon, Mar 1, 2010 at 1:33 PM, David Brownell <[email protected]> wrote:
> That said ... I think I'd be interested in something like > one of those, but powered by some USB-equipped Cortex-M3. > (Or maybe even some kind of AVR). Compared to the current > FT232 + PIC24 combo, the chip costs would be lower, and the > software hackability would be much improved. (harware, less > so -- LQFP48 packages.) Bus Pirate an interesting idea, > but mainline GCC doesn't support PIC24, so it can't be used > to develop BusPirate firmware (so far as I know). Microchip C30 is based on GCC and Microchip published the GCC source codes so that you can do that if you want. But Microchip does have a proprietary PA (procedure abstraction) optimizer on top of GCC. So it is not as good as ARM on this aspect. Vesaroon may be what you want (STM32 MCU) http://www.simonqian.com/en/Versaloon/index.html USBprog is using AVR and a USB chip from National. http://www.ixbat.de/index.php?page_id=165 -- Xiaofan http://mcuee.blogspot.com _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
