2009/5/5 Michel Catudal <[email protected]>: > A project I am working on is to make a programmer for the PIC32 on SuSE > Linux. I am looking into implementing the use of the Programming > Excecutive in OpenOCD. > I have read the documentation from Microchip and it seems straight > forward, the OpenOCD implementation is not that clear though. Many > important commands are not implemented. >
Nice project. What is the Jtag tool you are using? And what is the exact status of OpenOCD with PIC32 in terms of debugging and programming? For programming, you can probably use the US$35 PICkit 2 and pk2cmd. But there is no debugging support with PICkit 2 for PIC32. pk2cmd's source codes are also available. http://www.microchip.com/pickit2 It would be great that openocd can work with PIC32 using JTAG. I think Real ICE, ICD 2 and ICD 3 do not use JTAG for debugging PIC32. Last time Spen posted some news on the Microchip Forum. http://www.microchip.com/forums/tm.aspx?m=346142 Since then, it is now quite easy to build gcc toolchain for PIC32 (newlib not ported), pk2cmd also supports PIC32 programming now. So openocd will help a lot. And according to the mailing list, John McCarthy has got flashing partially working. -- Xiaofan http://mcuee.blogspot.com _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
