Search found 2 matches

by spider
Wed Feb 08, 2023 6:38 am
Forum: Report Bugs
Topic: GPIO32/33 input level affects on ADC1 values
Replies: 1
Views: 3994

GPIO32/33 input level affects on ADC1 values

Look like External input signal to GPIO32 or GPIO33 have internal effect to ADC1_CHANNEL_0 or ADC1_CHANNEL_3 (IO36 or IO39). I have wrote sample code to reproduce effect: void setup() { // initialize serial communication at 115200 bits per second: Serial.begin(115200); //set the resolution to 12 bit...
by spider
Sat Dec 19, 2020 10:03 am
Forum: ESP-IDF
Topic: freeRTOS Panic on Flash read
Replies: 1
Views: 1512

freeRTOS Panic on Flash read

Hello! I'b beginner on ESP32. And I'm need help :( I has wrote firmware that use files from SPIFFS partition. My firmware has several freeRTOS tasks and some times when one of task trying to read file by fread() and task context is switched by OS - system is crashed with Core Panic. How to prevent t...