-
-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use a Map file? I don't have access to the ELF. #98
Comments
Hello, is there a particular reason why only *.map file is available (asking out of curiosity)? I think it's possible eventually, but for now my plan is to develop some other features. We can see how much interest is in this topic from other users. |
ok, I will talk with the software team and see if they can provide the Elf. |
one more question, do I need to ask the sw team to compile it with SWO enable? |
For Variable Viewer you only need SWDIO/SWCLK so a minimal SWD connection. If you'd like to use Trace Viewer the SWO pin has to be configured - the trace registers are going to be set up by the MCUViewer. |
ok, I'm not sure yet, the idea is to debug a control loop that run in 8khz and I want to see some 32bits variables from it in time during operation. I will try with Variable Viewer first to now request change on the sw at the moment. |
Version/Branch:
main
Operating system:
Windows 11
Debug probe:
ST-Link
Microcontroller:
STM32G4
Details:
My Issue/Question:
Hi, I only have access to the Map file.
Can I use it instead of the ELF?
Screenshots/Video:
No response
The text was updated successfully, but these errors were encountered: