cancel
Showing results for 
Search instead for 
Did you mean: 

STM32G070 Startup file

DRobe.4
Senior

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.

1 ACCEPTED SOLUTION

Accepted Solutions
gbm
Lead III

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

View solution in original post

3 REPLIES 3

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

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..
gbm
Lead III

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

DRobe.4
Senior

Thanks for your helop.