Search found 3 matches

by DawidGurdzinski
Wed Nov 08, 2023 11:55 am
Forum: ESP-IDF
Topic: Guru Meditation Error while doing http_client_perform
Replies: 1
Views: 776

Guru Meditation Error while doing http_client_perform

Hi, I have currently problem with http_client_perform function, when i try to call http_client_perform function i have "Guru Meditation Error: Core 0 panic'ed (Instruction access fault). Exception was unhandled." error. there is solution to that. I tried disable NEWLIB_NANO_FORMAT but in VS Code ext...
by DawidGurdzinski
Wed Nov 08, 2023 3:29 am
Forum: ESP-IDF
Topic: Can't disable newlib nano formatting in vs code extension
Replies: 0
Views: 427

Can't disable newlib nano formatting in vs code extension

Hi,
I can't disable newlib nano formatting in Visual studio Code extension. My sdkconfig file while is generated always keep newlib nano formating enable, even if i disable it. I tried event overwrite sdkconfig file and it always change to enable
There is some solution for it?
by DawidGurdzinski
Fri Oct 13, 2023 12:32 am
Forum: Documentation
Topic: there is possibility to Trigger SPI-DMA with timer,but using hardware settings?
Replies: 1
Views: 46634

there is possibility to Trigger SPI-DMA with timer,but using hardware settings?

Hi, There is possibility to trigger SPI-DMA with timer on ESP32C3,but using hardware settings? I want to sample data from external adc using spi. I don't want to use method where semaphore is released in timer ISR callback.I couldn't find it in the reference manual of ESP32C3. Is this even possible ...