2019-08-09 04:47 AM
Hi,
I need to develop a board with STM32F767 SOC .I need to figure out a solution so that programmer only has to connect the usb and debug like we do it in the development kit.I wanted to know how the ST-Link on-board debugger works??Please share the link or documents to understand more about about.
i see ST-link/V2 is used for flashing the chip but it would be better for my application just the usb and flash.Guys please let me know if there is any solution for this
Solved! Go to Solution.
2019-08-09 05:06 AM
Solder down an ST-LINK/V3MINI ?
Other system loader methods described in app note AN2606
Could also write your own.
Most people just design boards with a JTAG header for debugging.
2019-08-09 05:06 AM
Solder down an ST-LINK/V3MINI ?
Other system loader methods described in app note AN2606
Could also write your own.
Most people just design boards with a JTAG header for debugging.
2019-08-12 04:53 AM
Thanks ,
For our application It should be good to go with loader methods like we can also go with OTA approach.
is there any Example demo i can start with??
and is there any documents that i can understand more about loader methods?
2019-08-12 05:20 AM
Review STs IAP (In Application Programming) examples in the CubeF7 repository trees.
2019-08-27 07:19 AM
Thanks.I'll look into it