Skip to main content
Visitor II
April 27, 2020
Solved

Bare metal STM32F767 MCU programming with ST-Link V2

  • April 27, 2020
  • 2 replies
  • 1049 views

Hello

I have a question about writing hex file in MCU (STM32F767xx) without a development board.

I want to draw my PCB schematic but I am confused about which pins are used to flash the memory.

I tried finding it on the datasheet but with no luck. Could you please give me directions ?

Also, datasheet claims that on boot-up the MCU uses internal RC oscillator and switches to external one if software commands to. So can I exclude external oscillator and stick with that one only without any major issues ?

    This topic has been closed for replies.
    Best answer by Piranha

    Read AN4661. :)

    2 replies

    Visitor II
    April 27, 2020

    If you use SWD then pins SDIO SWCLK and optional SWO for debugging. Internal RC oscillator is less precise then external and more temperature depend.

    hashtalaAuthor
    Visitor II
    April 27, 2020

    OK thanks, got it. I would rather go with external oscillator then

    PiranhaAnswer
    Graduate II
    April 27, 2020

    Read AN4661. :)

    hashtalaAuthor
    Visitor II
    April 27, 2020

    pretty much what I was looking for