cancel
Showing results for 
Search instead for 
Did you mean: 

Bare metal STM32F767 MCU programming with ST-Link V2

hashtala
Associate II

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions
Piranha
Chief II

Read AN4661. 🙂

View solution in original post

4 REPLIES 4
TAndr.1
Associate II

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.

Piranha
Chief II

Read AN4661. 🙂

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

pretty much what I was looking for