Skip to main content
Visitor II
August 9, 2019
Solved

Options to flash my custom board which has STM32F767 inside

  • August 9, 2019
  • 2 replies
  • 967 views

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 topic has been closed for replies.
    Best answer by Tesla DeLorean

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

    2 replies

    Graduate II
    August 9, 2019

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

    VPrasAuthor
    Visitor II
    August 12, 2019

    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?

    Graduate II
    August 12, 2019

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

    VPrasAuthor
    Visitor II
    August 27, 2019

    Thanks.I'll look into it