Skip to main content
LBöhm.1
Associate III
February 8, 2022
Solved

Using STM32CubeIDE with ARM MDK builds

  • February 8, 2022
  • 1 reply
  • 1457 views

Hello,

I created a Makefile Project in STM32CubeIDE which uses ARM MDK Toolchain.

I would like to know if it is somehow possible to use STM32CubeIDE for debugging in conjunction with ARM MDK?

As in uVision IDE from ARM doesn't support to load more than one .elf/.axf to target.

This topic has been closed for replies.
Best answer by Pavel A.

CubeIDE can debug a .elf or .axf since version 1.7.

Please see the CubeIDE user guide, 3.8 "Import STM32 executable".

This is called ""Projectless debug" but actually creates a new project, similar to makefile-based.

>  uVision IDE from ARM doesn't support to load more than one .elf/.axf to target.

IIRC it does, by manually entering debugger commands, or by debugger script.

-- pa

1 reply

Pavel A.
Pavel A.Best answer
Super User
February 8, 2022

CubeIDE can debug a .elf or .axf since version 1.7.

Please see the CubeIDE user guide, 3.8 "Import STM32 executable".

This is called ""Projectless debug" but actually creates a new project, similar to makefile-based.

>  uVision IDE from ARM doesn't support to load more than one .elf/.axf to target.

IIRC it does, by manually entering debugger commands, or by debugger script.

-- pa

LBöhm.1
LBöhm.1Author
Associate III
February 8, 2022

Thank you for the fast answer, but I cannot find a "user guide" on ST site. Do you have a link to that document?

Using debugger scripts is not very user-friendly. I would prefer to do it differently. :)

Peter BENSCH
Technical Moderator
February 8, 2022

You'll find the STM32CubeIDE User Guide (UM2609) under the website of STM32CubeIDE or directly here.

Good luck!

Regards

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.