Hi,Sir!
I read idle thread in CCS Help, it said:
It said that if task is enable, and idle task will be created with lowest priority. but in Task configuration, idle task can be disable.
and it seems OK, those log_info() in myIdleFxn() doesn't appear again while idle task is disable.
But I had read some document about SYS BIOS, it said some log tools, such like CPU load or task load statistics will rely on idle task.
So, I want to know
1: if Idle task is disable while task configuration,all features that sys bios provide are OK?
Thanks.