2017-12-16 12:43 PM
I found this link but I can't figure out how to do it:
I'm running on Windows but I'd like to create a make file to run Linux.
thank you.
Solved! Go to Solution.
2017-12-17 05:21 AM
Have you read the manual?
CubeMX is not an IDE, it is a project configuartor and generator. This is just the software.
You have to download packages for the specfic MCU family.
http://scaluza.com/wp-content/uploads/2017/03/cubeMX_update_screen.jpg
2017-12-16 08:04 PM
2017-12-17 04:51 AM
I don't see a
Project / Settings... dialog's Toolchain / IDE drop-down menu.
All I see is Project...new uVision, etc I guess I'm probably running the wrong IDE.
I have downloaded en.ste32cubemx.zip and I can run the examples in KEIL/uVision.
Is there something else I have to do?
thank you!
2017-12-17 05:06 AM
All I see is Project...new uVision
That is in uVision IDE.
CubeMX is a standalone project generator software.
Check it here:
2017-12-17 05:13 AM
I have now downloaded something called STM32CubeMX, looks like an IDE. But I also have a zip file called STM32Cube_FW_L4. I also have an IDE called ARM uVision.
In STM32Cube_FW_L4, there are folders for EWARM, MDK_ARM, SW4STM32, and TrueSTUDIO. If I go into MDK_ARM and double-click on a project it will open the project in ARM uVision.
How do I bring an project into CubeMX?
thank you.
2017-12-17 05:17 AM
Sorry, I didn't see your reply. I have CubeMX instlalled. Can you tell me how to bring a project in so I can output a make file?
thank you.
2017-12-17 05:21 AM
Have you read the manual?
CubeMX is not an IDE, it is a project configuartor and generator. This is just the software.
You have to download packages for the specfic MCU family.
http://scaluza.com/wp-content/uploads/2017/03/cubeMX_update_screen.jpg
2017-12-17 05:28 AM
Can you tell me how to bring a project in so I can output a make file?
You couldn't. CubeMX is for project configuration and creation.
Please describe precisely what do you want to achieve.
Or should we guessing? Maybe you want to generate a Makefile from a uVision project? This is not a tool for that.
2017-12-17 05:31 AM
Oh, I see. It looks like this is more for creating a project from scratch. Isn't it easier to start with example code?
Anyway, it looks like I asked the wrong question (typical). I think I need to go to the ARM forum and ask:
'Is there a way to generate a make file from ARM MDK'?
I'm trying to generate a make file for one of the example projects.
thank you.