2020-11-03 08:36 AM
Hi everyone,
I migrated to L4Q5 MCU and the Embitz debugger is not able to see the Target. I have pointed the build options to the new linker file. However, I feel like I need to translate STM32CubeProgrammer settings to the Embitz debugger options. What do I need to do to make it work?
Solved! Go to Solution.
2020-11-03 02:11 PM
These aren't my tools/choices. https://www.embitz.org/forum/
I'd expect there is a more current STLINK GDB Server in CubeIDE, perhaps pull and test that one.
2020-11-03 09:30 AM
I have made some progress by finding the right .svd file. However, I still have some problems with the debugger. It seems that the chip ID is unknown somewhere?
2020-11-03 10:37 AM
The assert provides the source file and line for the test. Modify and recompile the indicated file, or find updated file with fix.
2020-11-03 11:56 AM
I cannot find stlink-common.c ...? I do not have an E: drive...
Where would that be?
2020-11-03 12:42 PM
Not your hard drive
https://github.com/stlink-org/stlink/blob/develop/src/common.c#L1327
Perhaps find yourself a copy of the STLINK GDB Server that isn't 4 YEARS OLD!
2020-11-03 02:00 PM
Okay thanks for the info! How do I set it up? I copy the common.c to a local folder? or do I copy the link somewhere in my Embitz configuration? (sorry never had to deal with this yet)
2020-11-03 02:11 PM
These aren't my tools/choices. https://www.embitz.org/forum/
I'd expect there is a more current STLINK GDB Server in CubeIDE, perhaps pull and test that one.