Search found 4 matches

by Gabriel_Simmann
Fri Aug 18, 2023 9:11 am
Forum: ESP-IDF
Topic: Unity / Unit Test app
Replies: 2
Views: 2044

Re: Unity / Unit Test app

Hi ESP_igrr, thanks for the answer and information! I had a look into it and the mentioned option is enabled in my project. Furthermore, when i use the unit_test example this error doesn't show up. In the meantime i managed to get the tests to work, but the error is still there. So now it is accepta...
by Gabriel_Simmann
Wed Aug 09, 2023 10:01 am
Forum: ESP-IDF
Topic: Unity / Unit Test app
Replies: 2
Views: 2044

Unity / Unit Test app

Hi there, i am trying to implement unit tests for my project. Therefore i found the following documentations: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/unit-tests.html https://github.com/espressif/esp-idf/tree/53ff7d43dbff642d831a937b066ea0735a6aca24/tools/unit-test-app ...
by Gabriel_Simmann
Tue Aug 01, 2023 12:40 pm
Forum: ESP-IDF
Topic: Interrupt Priority of General Purpose Timer
Replies: 1
Views: 837

Interrupt Priority of General Purpose Timer

Hi all, i am using the Hardware-Timer of an esp32 via the general purpose timer driver (https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/peripherals/gptimer.html) and configure them to raise alarm / interrupts. That is no problem. Unfortunately the driver doesn't give the op...
by Gabriel_Simmann
Thu Jul 20, 2023 7:39 am
Forum: ESP-IDF
Topic: Interrupt can not interrupt main sometimes
Replies: 1
Views: 414

Interrupt can not interrupt main sometimes

I am trying to realize an interrupt that gets executed every 5ms, no matter what. For that purpose i am using the esp_timer library in the ESP_TIMER_ISR Mode and the Interrupt priority is set to 3. Therefore the configuration and initialization of the timer looks the following: const esp_timer_creat...