cancel
Showing results for 
Search instead for 
Did you mean: 

Hi i am working in stm32 G0 series Microcontroller.i made my project using STM32CubeIDE. My question is i want to compile code with command line.How can i do that? i am using Ubuntu 20. MCU Full name : STM32G0B1CETX Thank you

jdala.1
Associate
 
3 REPLIES 3
Javier1
Principal

Maybe using makefiles? https://stm32-base.org/concepts/makefiles.html

we dont need to firmware by ourselves, lets talk
jdala.1
Associate

Hi javier

I followed steps according to site But some files are missing which are mentioned below.

1) Start up file for STM32 G0(Location STM32-base/STM32-base/startup)

2) comman.mk file for STM32 G0(Location STM32-base/STM32-base/make)

Yes in addition i found this statement on site.

"Note: These devices are not yet released. The mapping is a guess based on the mapping available for the STM32G070, STM32G071, and STM32G081 mappings."

Is there any way that i can get those missing files?

Thank you javier

Javier1
Principal

>Is there any way that i can get those missing files?

id say you could find the startup file inside the firmware package of your device, they have .s extension.

about the common.mk file ia m clueless.

Maybe someone else has more experience than me with this, i dont have specific experience makefiling stm32

we dont need to firmware by ourselves, lets talk