2015-07-15 04:15 AM
Hi there, I'm going to ask quiet an odd question , is it possible to program an other microcontroller (a pic) using an stm32f4 disco or st link in general.
I hope someone can answer me.Many thankx !2015-07-15 05:20 AM
The SWD (Serial Wire Debug) is an ARM specific multiplexing of the JTAG protocol, I doubt it's usable elsewhere. The DISCO boards only support SWD.
The ST-LINK external does support JTAG, but I'm pretty sure the firmware or drivers limit access to ST devices. Some of the open source drivers might be able to overcome that. But so would a more generic wiggler type device.2015-07-15 02:27 PM