# 0 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\STM32G0xx_Startup.s"
# 0 "<built-in>"
# 0 "<command-line>"
# 1 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\STM32G0xx_Startup.s"
# 78 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\STM32G0xx_Startup.s"
  .syntax unified

  .global Reset_Handler
  .extern _vectors

  .section .init, "ax"
  .thumb_func

  .equ VTOR_REG, 0xE000ED08





Reset_Handler:


  ldr r0, =__RAM_segment_end__
  ldr r1, =0x7
  bics r0, r1
  mov sp, r0




  ldr r0, =SystemInit
  blx r0
  .pushsection .init_array, "aw", %init_array
  .align 2
  .word SystemCoreClockUpdate
  .popsection
# 134 "D:\\projekte\\ecsSmartPro\\trunk\\firmware\\STM32G0xx_Startup.s"
  ldr r0, =VTOR_REG



  ldr r1, =_vectors

  str r1, [r0]



  b _start
