cancel
Showing results for 
Search instead for 
Did you mean: 

Options to flash my custom board which has STM32F767 inside

VPras
Associate II

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

This discussion is locked. Please start a new topic to ask your question.
1 ACCEPTED SOLUTION

Accepted Solutions

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.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

4 REPLIES 4

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.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
VPras
Associate II

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?

Review STs IAP (In Application Programming) examples in the CubeF7 repository trees.​

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

Thanks.I'll look into it