STM32G070 Startup file
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-04 9: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.
- Labels:
-
STM32G0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-04 10:22 PM
In Manage Run-time environment window (opened via the greenest button), tick CMSIS - Core and Device - Startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-04 10:17 PM
Should be in the driver cmsis device source template arm​ directory
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-04 10:22 PM
In Manage Run-time environment window (opened via the greenest button), tick CMSIS - Core and Device - Startup
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2023-05-05 6:48 AM
Thanks for your helop.
