2020-04-14 03:21 AM
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
Solved! Go to Solution.
2020-04-14 04:39 AM
2020-04-14 03:58 AM
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.
2020-04-14 04:12 AM
There is only an option to upload .elf or .axf file when i click on add.
2020-04-14 04:39 AM
You can enter any filename manually.
2020-04-14 04:46 AM
Thanks.