2023-05-04 09:06 PM
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.
Solved! Go to Solution.
2023-05-04 10:22 PM
In Manage Run-time environment window (opened via the greenest button), tick CMSIS - Core and Device - Startup
2023-05-04 10:17 PM
Should be in the driver cmsis device source template arm directory
2023-05-04 10:22 PM
In Manage Run-time environment window (opened via the greenest button), tick CMSIS - Core and Device - Startup
2023-05-05 06:48 AM
Thanks for your helop.