Search found 4 matches

by sentionic
Tue May 13, 2025 12:39 pm
Forum: Documentation
Topic: Activate Backtrace on RISC-V
Replies: 1
Views: 20378

Re: Activate Backtrace on RISC-V

To answer my own question:

Code: Select all

CONFIG_ESP_SYSTEM_USE_EH_FRAME=y
by sentionic
Wed Apr 23, 2025 9:01 am
Forum: ESP-IDF
Topic: Clear / Silence TX I2S DMA Buffer
Replies: 0
Views: 227

Clear / Silence TX I2S DMA Buffer

After the audio output is stopped, the DMA buffer will still send output to the codec on repeat, unless the channel is disabled (or using auto clear). The trouble with using i2s_channel_disable(this->_txHandle) is that upon enabling the channel again, it will briefly repeat the previous sample ...
by sentionic
Mon Apr 21, 2025 12:46 pm
Forum: General Discussion
Topic: mbedtls_ssl_handshake returned -0x7780
Replies: 3
Views: 3356

Re: mbedtls_ssl_handshake returned -0x7780

Some servers require SNI and if ```config.skip_cert_common_name_check = true;``` is set, this can also lead to the -0x7780 error.
by sentionic
Mon Sep 23, 2024 2:08 pm
Forum: Documentation
Topic: Activate Backtrace on RISC-V
Replies: 1
Views: 20378

Activate Backtrace on RISC-V

In the documentation: https://docs.espressif.com/projects/esp-techpedia/en/latest/esp-friends/advanced-development/debugging/backtrace-coredump.html

"For RISC-V, the focus is on MEPC and MTVAL, as well as stack information (Backtrace address is not printed by default)."

In the config: [ ] Generate ...

Go to advanced search