Skip to main content
Ashei.8
Associate II
April 14, 2020
Solved

debugging with a different hex file?

  • April 14, 2020
  • 2 replies
  • 1777 views

I am genreating a hex file from .elf in post, and adding crc to it. Is there any way to debug using new hex, in cubeide 1.1.0

This topic has been closed for replies.
Best answer by berendi

You can enter any filename manually.

0693W000000VmTwQAK.png

2 replies

berendi
Principal
April 14, 2020

Open the Debug Configurations dialog, select the Startup tab, add your hex file to the Load image and symbols table, then set the checkboxes to download from the hex file, and load symbols from the elf.

Ashei.8
Ashei.8Author
Associate II
April 14, 2020

There is only an option to upload .elf or .axf file when i click on add.0693W000000VmNUQA0.jpg

berendi
berendiBest answer
Principal
April 14, 2020

You can enter any filename manually.

0693W000000VmTwQAK.png

Ashei.8
Ashei.8Author
Associate II
April 14, 2020

Thanks.