Search found 4 matches

by kendo55
Sun Mar 26, 2023 12:38 pm
Forum: ESP32 Arduino
Topic: Undefined Reference to "uxTaskGetSystemState" Upon Any Attempt to Use.
Replies: 11
Views: 20193

Re: Undefined Reference to "uxTaskGetSystemState" Upon Any Attempt to Use.

@ NickJames thanks! you wrote [*]copy build/freertos/libfreertos.a to Arduino/hardware/expressif/esp32/tools/sdk/lib/ [*]copy build/esp32/libesp32.a to Arduino/hardware/expressif/esp32/tools/sdk/lib/ on the idf_version = v4.4.4 is a diffrent strukture (arduino Version 2.0.7) libfreertos.a is in the ...
by kendo55
Mon Jan 11, 2021 9:13 am
Forum: ESP-IDF
Topic: async analogRead
Replies: 2
Views: 2106

async analogRead

in both adc ESP-IDF-exaples, https://github.com/espressif/esp-idf/blob/master/examples/peripherals/adc2/main/adc2_example_main.c we have a sync read of the adc value. and therefor we loss a lot of cpu time! r = adc2_get_raw( ADC2_EXAMPLE_CHANNEL, width, &read_raw); do we have a way to start the conv...
by kendo55
Mon Jan 11, 2021 7:56 am
Forum: ESP-IDF
Topic: ESP32: which hardware timers are occupied by freertos
Replies: 5
Views: 4089

Re: ESP32: which hardware timers are occupied by freertos

Dear friends
many thanks for that good explanation
by kendo55
Sat Jan 09, 2021 12:00 pm
Forum: ESP-IDF
Topic: ESP32: which hardware timers are occupied by freertos
Replies: 5
Views: 4089

ESP32: which hardware timers are occupied by freertos

which hardware timers are occupied by freertos?
Thanks!