Search found 6 matches
- Tue Jul 18, 2017 2:16 am
- Forum: General Discussion
- Topic: Why still FreeRTOS 8.2.0
- Replies: 10
- Views: 14220
Why still FreeRTOS 8.2.0
Investigating the ESP-IDF files in github I realized that the version of FreeRTOS is still 8.2.0, does anyone know if there are any plans to upgrade to version 9.0.0?
- Sat Jul 08, 2017 6:06 am
- Forum: General Discussion
- Topic: vTaskDelay() Doubt
- Replies: 4
- Views: 29519
Re: vTaskDelay() Doubt
Thank you very much, I appreciate the time you took to answer.
- Sat Jul 08, 2017 4:47 am
- Forum: General Discussion
- Topic: vTaskDelay() Doubt
- Replies: 4
- Views: 29519
Re: vTaskDelay() Doubt
Thanks for answering so fast, so if I understand correctly, changing the value to 1000 hz (which is the max), will I get a 1ms delay? Another question, in this line of code vTaskDelay(1000 / portTICK_PERIOD_MS); means that 1000*10 ms = 10s, but I know that it is a second delay so, the portTICK does ...
- Sat Jul 08, 2017 4:13 am
- Forum: General Discussion
- Topic: vTaskDelay() Doubt
- Replies: 4
- Views: 29519
vTaskDelay() Doubt
I have begun to interest in how FreeRTOS works, and because of I don't have my ESP32 yet, i decided to try it in my arduino micro. So, I note that the vTaskDelay in the arduino does a delay of 15ms because of the Watchdog timer, this is the piece of code that says it for (;;) { // read the input on ...
- Fri Jul 07, 2017 11:00 pm
- Forum: General Discussion
- Topic: Input Only Pins
- Replies: 2
- Views: 8043
Re: Input Only Pins
I expected it, but the discrepancies of much of the documentation confused me. Thanks for answer.
- Fri Jul 07, 2017 6:12 am
- Forum: General Discussion
- Topic: Input Only Pins
- Replies: 2
- Views: 8043
Input Only Pins
Hi, I'm nearly to buy my ESP32 board and I have a lot of question about it. So, I know that pins 34-39 are input only, but in the datasheet explain that PWM can use any GPIO , and I don't know if this true for the input only pins. Maybe this is a simple question, but this got me a little bit nervous...