Skip to main content
DRobe.4
Associate III
May 5, 2023
Solved

STM32G070 Startup file

  • May 5, 2023
  • 3 replies
  • 1481 views

I created a Keil project for STM32G070 without using Cube. It compiles but the link fails with error L6236E which seems to indicate there is no startup file. Can anyone send me a file that will work? In case it matters, the board that I am using is a cheapie Aliexpress that basically has the CPU and a 8 MHz xtal oscillator.

This topic has been closed for replies.
Best answer by gbm

In Manage Run-time environment window (opened via the greenest button), tick CMSIS - Core and Device - Startup

3 replies

Tesla DeLorean
Guru
May 5, 2023

Should be in the driver cmsis device source template arm​ directory

Tips, Buy me a coffee, or three.. PayPal Venmo (See Profile) Up vote any posts that you find helpful, it shows what's working..
gbm
gbmBest answer
Super User
May 5, 2023

In Manage Run-time environment window (opened via the greenest button), tick CMSIS - Core and Device - Startup

My STM32 stuff on github - compact USB device stack and more: https://github.com/gbm-ii/gbmUSBdevice
DRobe.4
DRobe.4Author
Associate III
May 5, 2023

Thanks for your helop.