10 years, 3 months ago.

Can I tranfer a program from a Nucleo F103RB to a STM32F103C8

Hello all!

I am new in ARM MCU's. I have a mbed LPC1768, but never used it because I normally make small project in very limited space.

Can I transfer a program developed in the Nucleo F103RB to a STM32F103C8 MCU embedded in my project (PCB) taking care during the program development do not use any pins that aren't available in the STM32F103C8 MCU.

Thanks in advance for your help.

Best regards, Manuel

2 Answers

10 years, 3 months ago.

Yes, that should work as long as you have the possibility to flash the bin produced by the mbed compiler into your target hardware. You could even develop and test the code on the lpc1768 as long as you dont use mbed library features that are not (yet) supported on the ST target.

10 years, 3 months ago.

Wim Huiskamp thanks for your inputs.

As I am still learning the mbed. Can you please clarify "You could even develop and test the code on the lpc1768 as long as you dont use mbed library features that are not (yet) supported on the ST target".

Do you mean I must use standard C/C++ with the mbed?

Thanks again. Best regards, Manuel