-
Notifications
You must be signed in to change notification settings - Fork 150
Open
Labels
Description
Answers checklist.
- I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
ESP-IDF v5.5.1 release
Espressif SoC revision.
ESP32-S3-N16-R8
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
LilyGo T-HMI
Power Supply used.
USB
What is the expected behavior?
Hi,
When debuging my project using PIE / SIMD assembly instructions, I often encounter litlle problems...
The BIG one is the q0, q1 registers are always 0x0 and q2, q3, q4, q5, q6 & q7 always 0x7ff77e53dd140000001000000000 (14 bytes ?)
I saw others registers got updated but don't know for this ones.
What is the actual behavior?
Code run well on target but debuging not very well on VSCODE...
Steps to reproduce.
Try to debug an assembly code using PIE / SIMD on VSCODE.
👍
Debug Logs.
Diagnostic report archive.
No response
More Information.
No response