yes, i use psram
if you use the flash no more than 30 seconds, then I see no errors (test for several hours).
sometimes crashes when writing to nvs..
Guru Meditation Error: Core 0 panic'ed (Cache disabled but cached memory region accessed)
Core 0 register dump:
PC : 0x400967bc PS : 0x00060334 A0 ...
Search found 13 matches
- Mon Jun 28, 2021 7:28 am
- Forum: ESP-IDF
- Topic: Problems accessing flash memory
- Replies: 5
- Views: 6510
- Mon Jun 28, 2021 5:07 am
- Forum: ESP-IDF
- Topic: Problems accessing flash memory
- Replies: 5
- Views: 6510
Re: Problems accessing flash memory
I disabled my code, leaving only the read flash function. added attribute IRAM_ATTR to the function.
The error still persists. I cannot control the code in WIFI and BLE. It is possible that read operations are performed there.
It turns out that you cannot use a flash, in principle, when WIFI is ...
The error still persists. I cannot control the code in WIFI and BLE. It is possible that read operations are performed there.
It turns out that you cannot use a flash, in principle, when WIFI is ...
- Sun Jun 27, 2021 8:39 am
- Forum: ESP-IDF
- Topic: Problems accessing flash memory
- Replies: 5
- Views: 6510
Problems accessing flash memory
Are there any check functions before using the read / write / erase functions of flash memory?
The code crashes periodically. I don't see any patterns. Maybe at the start, or maybe after half an hour of work. I read / write to 1 sector of flash memory every 10 seconds 16 bytes. And I get errors ...
The code crashes periodically. I don't see any patterns. Maybe at the start, or maybe after half an hour of work. I read / write to 1 sector of flash memory every 10 seconds 16 bytes. And I get errors ...
- Sat Jun 12, 2021 8:38 pm
- Forum: ESP-IDF
- Topic: joint work of BLE and erasing operations of flash memory
- Replies: 1
- Views: 2612
Re: joint work of BLE and erasing operations of flash memory
I like this forum, I asked myself, - I answered myself :-)
Helps stop advertising with a pause before the erase operation...
void enabled_ble_adv(void)
{
esp_ble_gap_start_advertising(&adv_params);
}
//-----------------------------------------------------------------------------------
void ...
Helps stop advertising with a pause before the erase operation...
void enabled_ble_adv(void)
{
esp_ble_gap_start_advertising(&adv_params);
}
//-----------------------------------------------------------------------------------
void ...
- Sat Jun 12, 2021 9:26 am
- Forum: ESP-IDF
- Topic: joint work of BLE and erasing operations of flash memory
- Replies: 1
- Views: 2612
joint work of BLE and erasing operations of flash memory
Hi,
please tell me how you can solve the problem:
after BLE initialization, the esp_partition_erase_range function stops working
the program just freezes and the WDT is triggered ((
if you do not turn on bluetooth, everything works fine...
Used ESP-IDF v4.2.1 and module ESP32-WROVER-B, PSRAM ...
please tell me how you can solve the problem:
after BLE initialization, the esp_partition_erase_range function stops working
the program just freezes and the WDT is triggered ((
if you do not turn on bluetooth, everything works fine...
Used ESP-IDF v4.2.1 and module ESP32-WROVER-B, PSRAM ...
- Tue May 18, 2021 8:36 am
- Forum: ESP-ADF
- Topic: VOIP. Support for answering OPTIONS from asterisk
- Replies: 0
- Views: 3684
VOIP. Support for answering OPTIONS from asterisk
Hi,
Do you plan to support the response to the OPTIONS package from the asterisk?
I (198600) SIP: [1970-01-01/00:03:08]=======================>>
I (198650) SIP: [1970-01-01/00:03:09]<<=====READ 0579 bytes==
I (198650) SIP:
OPTIONS sip:1207@192.168.254.233:12931 SIP/2.0
Via: SIP/2.0/TCP 192.168 ...
Do you plan to support the response to the OPTIONS package from the asterisk?
I (198600) SIP: [1970-01-01/00:03:08]=======================>>
I (198650) SIP: [1970-01-01/00:03:09]<<=====READ 0579 bytes==
I (198650) SIP:
OPTIONS sip:1207@192.168.254.233:12931 SIP/2.0
Via: SIP/2.0/TCP 192.168 ...
- Thu Oct 22, 2020 4:55 pm
- Forum: ESP-ADF
- Topic: sound overload when connecting an equalizer
- Replies: 1
- Views: 3602
Re: sound overload when connecting an equalizer
I was able to figure out that the equalizer settings are not applied at initialization.
If you adjust the equalizer after starting playback, it works. But in most cases it throws an error ...
Is there a workaround? :cry:
audio_element_set_uri(http_reader, uri);
audio_pipeline_run(pipeline ...
If you adjust the equalizer after starting playback, it works. But in most cases it throws an error ...
Is there a workaround? :cry:
audio_element_set_uri(http_reader, uri);
audio_pipeline_run(pipeline ...
- Thu Oct 22, 2020 10:30 am
- Forum: ESP-ADF
- Topic: sound overload when connecting an equalizer
- Replies: 1
- Views: 3602
sound overload when connecting an equalizer
Hi,
I use the http_stream->mp3_decoder->equalizer->i2s_out stream chain.
The sound is very overloaded, there is no reaction to the settings band gain equalizer.
If you exclude the equalizer stream, then everything is ok.
What could be the problem?
Windows
ESP-IDF v4.2-beta1-86-gdddcc2ede-dirty ...
I use the http_stream->mp3_decoder->equalizer->i2s_out stream chain.
The sound is very overloaded, there is no reaction to the settings band gain equalizer.
If you exclude the equalizer stream, then everything is ok.
What could be the problem?
Windows
ESP-IDF v4.2-beta1-86-gdddcc2ede-dirty ...
- Wed Oct 07, 2020 3:38 pm
- Forum: ESP-ADF
- Topic: Build error for example ASR
- Replies: 1
- Views: 3506
Build error for example ASR
Hi,
not building example esp-adf esp-adf\examples\speech_recognition\asr
Windows
ESP-IDF v4.2-beta1-86-gdddcc2ede-dirty
ESP-ADF v2.1-67-gbafffc5-dirty
Please tell me how you can solve the problem?
[1064/1067] Generating ld/esp32.project.ld
warning: the default selection ESP32_KORVO_DU1906_CODEC ...
not building example esp-adf esp-adf\examples\speech_recognition\asr
Windows
ESP-IDF v4.2-beta1-86-gdddcc2ede-dirty
ESP-ADF v2.1-67-gbafffc5-dirty
Please tell me how you can solve the problem?
[1064/1067] Generating ld/esp32.project.ld
warning: the default selection ESP32_KORVO_DU1906_CODEC ...
- Tue Oct 06, 2020 1:22 pm
- Forum: ESP-ADF
- Topic: VoIP - no response to OPTIONS request
- Replies: 1
- Views: 37412
VoIP - no response to OPTIONS request
Hello,
the response to the option request by the SIP server does not occur
ADF 2.1 last
IDF 4.1 last
board: ESP32_LyraT V4.3
used original example: esp-adf\examples\advanced_examples\voip\main\voip_app.c
I (137580) SIP: Conecting...
W (137580) SIP: CHANGE STATE FROM 0, TO 1, :func: sip_connect ...
the response to the option request by the SIP server does not occur
ADF 2.1 last
IDF 4.1 last
board: ESP32_LyraT V4.3
used original example: esp-adf\examples\advanced_examples\voip\main\voip_app.c
I (137580) SIP: Conecting...
W (137580) SIP: CHANGE STATE FROM 0, TO 1, :func: sip_connect ...