Skip to main content
RCave.1
Associate
March 1, 2021
Solved

Syntax of startup_stm32g030xx.s

  • March 1, 2021
  • 2 replies
  • 835 views

Good afternoon,

Maybe is an obvious question.

I'm studying the default startup_stm32g030xx.s, a part of the syntax is figured out in the program manual of MCU and another part in the GNU AS command page.

But, for example, those following commands:

 .syntax unified

 .cpu cortex-m0

 .fpu softvfp

 .thumb

I can understand the meaning but I would like to know in which ST's document are described, which are the options, etc. 

Thank you in advance,

Riccardo C.

This topic has been closed for replies.

2 replies

waclawek.jan
waclawek.janBest answer
Super User
March 1, 2021
RCave.1
RCave.1Author
Associate
March 2, 2021

Perfect

Thank you a lot @Community member​ and I'm sorry for the trivial question.

Riccardo C.