Program STM32 with Arduino

Hello!

I have a Blue Pill (stm32f103c8t6) that I can see is compatible with Arduino IDE. But I will be making my own PCB board for a personal project, using the same stm32.

Will I be able to use exactly the same code that works with the Blue Pill, on my own stm32 PCB?

yes, since the code is run on the controller, not on the pcb :slight_smile:

(* if you use the same system clock options as bluepill)