You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hi ebiroll,
I want to analyze the memory access behavior of the application ,in order to evaluate the chip's(esp32) cache performance, can I get the address stream information of memory access through qemu?Looking forward to your reply
The text was updated successfully, but these errors were encountered:
I guess you can start qemu with the -d mmu flag.
-d guest_errors,int,mmu,page,unimp
You should probably use the espressif qemu version. https://github.com/espressif/qemu/
hi ebiroll,
I want to analyze the memory access behavior of the application ,in order to evaluate the chip's(esp32) cache performance, can I get the address stream information of memory access through qemu?Looking forward to your reply
The text was updated successfully, but these errors were encountered: