Search found 4 matches

by weyoui
Wed Jun 27, 2018 1:25 pm
Forum: ESP-IDF
Topic: Failed to change FreeRTOS task priority.
Replies: 4
Views: 6025

Re: Failed to change FreeRTOS task priority.

Thanks @ESP_igrr for rapid reply. I've tested as you commented but taskYIELD or portYIELD do not solve the problem. I changed the PRO_CPU_NUM to APP_CPU_NUM when creating task. In this case, changing priority works well. So I want to ask we can't use PRO_CPU_NUM for changing task priority? xTaskCrea...
by weyoui
Wed Jun 27, 2018 12:18 pm
Forum: ESP-IDF
Topic: Failed to change FreeRTOS task priority.
Replies: 4
Views: 6025

Failed to change FreeRTOS task priority.

Hey guys, I've tested the changing task priority during running board. The expected result is print out "Task1 is running' and "Task2 is running" alternately. But actual result is print out only "Task1 is running" so it looks to fail to change the priory of task. Below is my test code that came from...
by weyoui
Tue May 22, 2018 10:59 pm
Forum: ESP-IDF
Topic: Seeing ESP-IDF source codes in my eclipse project
Replies: 4
Views: 5559

Re: Seeing ESP-IDF source codes in my eclipse project

Kolan,

Thank you for your kind replying on my question.
As you commented, adding the folder as a link was the solution that I found.
I also downloaded your book and start reading this book. :)

Thanks,
weyoui
by weyoui
Sun May 20, 2018 7:41 am
Forum: ESP-IDF
Topic: Seeing ESP-IDF source codes in my eclipse project
Replies: 4
Views: 5559

Seeing ESP-IDF source codes in my eclipse project

Target Board : LOLIN32-Lite Hey guys, I am a newb and using eclipse IDE for developing my project. I could successfully compiled and downloaded my project into my ESP32 board. But I could see the ESP-IDF library files that was compiled with my project files. This is uncomfortable for rapid checking ...