Page 1 of 1

Custom PCB with STM32

Posted: Mon Mar 08, 2021 4:32 pm
by esnyder52
Hello, i work for a R&D company, and i have designed a product that has a custom Arduino controlled PCB, we are moving to production shortly, we are working with a vendor to finalize the PCB design and Code, but we would like to try and add our Arduino program to the custom PCB, the board has a STM32F030CCT6 on the board, can i use the ST linkV2 to run the project? i know i need to change the I/O, and add the bootloader

Re: Custom PCB with STM32

Posted: Mon Mar 08, 2021 9:27 pm
by mrburnette
There are 5 hits of "STM32F030" in the supported list:
https://github.com/stm32duino/Arduino_C ... ted-boards
mostly STM32F030/"F" and "R" but I did not specifically note STM32F030CCT6.
But, there are instructions for creating your own board definition, should not be hard ... take something close and do some editing.
https://github.com/stm32duino/wiki/wiki ... 28board%29