6 years, 7 months ago.

Is possible to port the code from STM32F103RBT6 to STM32F103V8T6?

Hi, I have an already developed firwmare for STM32F103RBT6 CPU, for some project needs I have to port the code to another CPU (STM32F103V8T6).

I've exported the Mbed project offline and compiled with ST System Workbench, is possible to use this code to program a different CPU (same family and PIN-TO-PIN compatible) STM32F103V8T6?

1 Answer

6 years, 7 months ago.

I can give you only some advise for this maybe it helps. If a different MCU of the same STM MCU series is being used with the same number of pins and identical SRAM size mbed will most likely work with this. The additional pins usually don't work because the additional units and ports are not known within mbed.

Using the offline compiler you can add support for the similar MCU's.

Hi Helmut, thanks for your fast reply.

Do you know where in the code I can find the pins definition? in order to add them?

posted by Gigi Marz 16 Oct 2017

targets/TARGET_STM/TARGET_STM32F1/TARGET_NUCLEO_F103RB

posted by Helmut Tschemernjak 16 Oct 2017