8 years, 2 months ago.

Burning the code to a chip instead of discovery or eval board

I have wrote a code using Mbed for STM32f746-Discovery Board. Now I want to burn that code directly to a STM32f746VG chip. But I can't find any option to select the VG chip in the online MBED compiler. Only Eval Discovery or Nucleo boards. How can i make the code compatible with my desired chip?

2 Answers

8 years, 2 months ago.

Code is not board dependent, only chip dependent. So you can just use the Discovery board as target, assuming it has exactly the same chip (or almost exactly the same). Only board dependent stuff are (some of) the pinnames, and the external clock/oscillator settings.

8 years, 2 months ago.

Just do like me...

Write the code with dev board (in my case Nucleo STM32F401) Then compile it Then burn it with ST-LinkV2 into your 32F401RE chip..

:)