Search found 100 matches
- Mon Jul 13, 2026 6:46 pm
- Forum: General Discussion
- Topic: ESP32.com forum: bugs, issues, requests?
- Replies: 27
- Views: 20444
Re: ESP32.com forum: bugs, issues, requests?
Very minor thing: Currently, when I click preview, it reloads the page. It would be nice if preview didn't require a full page refresh.
- Fri Jul 10, 2026 8:41 pm
- Forum: ESP32-S31
- Topic: Any news on ESP32-S31 modules?
- Replies: 0
- Views: 101
Any news on ESP32-S31 modules?
S31 could be a good fit for a few different things. It looks like the eval boards have castellated modules, any news or plan about them? Any chance for wide Flash & DRAM across the lineup?
- Fri Jun 05, 2026 5:56 pm
- Forum: ESP32-S31
- Topic: Tell us about the SIMD support
- Replies: 8
- Views: 299
Re: Tell us about the SIMD support
SIMD Unaligned access?
- Thu Jun 04, 2026 2:34 pm
- Forum: ESP32-S31
- Topic: Tell us about the SIMD support
- Replies: 8
- Views: 299
Tell us about the SIMD support
Will ESP32-S31 GCC support autovectorization?
Will ESP32-S31 GCC support https://gcc.gnu.org/onlinedocs/gcc/Vect ... sions.html ?
Is the SIMD instruction set more ESP32-S3 or RISCV SIMD?
Will ESP32-S31 GCC support https://gcc.gnu.org/onlinedocs/gcc/Vect ... sions.html ?
Is the SIMD instruction set more ESP32-S3 or RISCV SIMD?
Re: ESP32-S31
How will that be managed with the scheduler? If you use SIMD, will it pin to core1?
- Thu May 21, 2026 12:48 pm
- Forum: ESP32-S31
- Topic: Tell us about the new MMU architecture!
- Replies: 6
- Views: 522
Tell us about the new MMU architecture!
What's new comparing ESP32-S3 to ESP32-S31 MMU-wise?
- Mon May 18, 2026 1:00 pm
- Forum: ESP-IDF
- Topic: Profiling on Espressif MCUs woes
- Replies: 27
- Views: 19284
Re: Profiling on Espressif MCUs woes
OpenOCD multi-histogram encoder has been merged to mainline in time for the next OpenOCD release 
- Mon May 11, 2026 8:17 pm
- Forum: ESP-IDF
- Topic: Profiling on Espressif MCUs woes
- Replies: 27
- Views: 19284
Re: Profiling on Espressif MCUs woes
It seems the older RISCV cores do not: https://github.com/espressif/vscode-esp ... 3236319637
Hopefully it might be enabled for future RISCV cores.
Hopefully it might be enabled for future RISCV cores.
- Mon May 11, 2026 6:46 pm
- Forum: General Discussion
- Topic: ESP32-S3 PIE calling convention
- Replies: 3
- Views: 121
Re: ESP32-S3 PIE calling convention
Thanks Microcontroller! That's really helpful.
> (On a note, some of the SIMD instructions (VMUL...) use the value from the Xtensa core "shift amount register" ("special register SAR") which is also used by the compiler, so may be "clobbered" at any time "outside" of assembly code.)
I'll be sure ...
> (On a note, some of the SIMD instructions (VMUL...) use the value from the Xtensa core "shift amount register" ("special register SAR") which is also used by the compiler, so may be "clobbered" at any time "outside" of assembly code.)
I'll be sure ...
- Thu May 07, 2026 4:17 pm
- Forum: General Discussion
- Topic: ESP32-S3 PIE calling convention
- Replies: 3
- Views: 121
ESP32-S3 PIE calling convention
Is there a recommended calling convention for stacking the SIMD/PIE registers across function and subroutine calls?
Which registers are preserved by the RTOS?
Are there registers I should preserve before using?
Which registers are preserved by the RTOS?
Are there registers I should preserve before using?