cancel
Showing results for 
Search instead for 
Did you mean: 

How do I setup my Embitz to Debug with new L4Q5 MCUs ?

VNado.1
Associate III

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?0693W000005AEn7QAG.png

1 ACCEPTED SOLUTION

Accepted Solutions

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

View solution in original post

6 REPLIES 6
VNado.1
Associate III

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?

0693W000005AFFvQAO.png

The assert provides the source file and line for the test.​ Modify and recompile the indicated file, or find updated file with fix.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

I cannot find stlink-common.c ...? I do not have an E: drive...

Where would that be?

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!

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..

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)

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.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..