The code:
void app_main()
{
smart_app(); // 3,4096
//oled_app(); // 11,2048
//timer_app(); // 5,2048
//tcp_app(); // 4,4096
//led_app(); // 9,1024
//uartx_app(); // 10.1024
}
Note:
every *_app() is a "xTaskCreate ()",
Problem:
I found after smart_app(), none xTaskCreate could run,
is ther any point I should care?
how to add other xTaskCreate when fisrt call smartconfig
Re: how to add other xTaskCreate when fisrt call smartconfig
Priority of Smartconfig task is 3, while that of the main task is 1. So if smartconfig task is busy, it will not let main task to continue running.
Re: how to add other xTaskCreate when fisrt call smartconfig
yes that's right 3q very much ,it realy help me
Who is online
Users browsing this forum: No registered users and 89 guests