Other Parts Discussed in Thread: SYSBIOS
vxWaitGraph
state.-
High load on the A72 core (typically exceeding 80%, occasionally even reaching 95%)
-
The issue occurs when running the OD graph
-
Long-running scenarios
-
The TI website mentions registers such as SE0_FAR, SE0_FSR, SE1_FAR, SE1_FSR, IEAR, and IERR. Where can we find detailed explanations of these registers in a document or webpage?
-
In practical scenarios, how can we dump or print the information from these registers on the C71? Our actual runtime environment does not allow direct connections via network cards or serial ports,so can we output the register infomation to local files or to the log system?
-
Regarding the statement in EXT_EP-10713's description “We found an issue with idle task stack overflowing, so we disabled preemptive interrupts and increased the idle task stack,” what should we do on the source code?
-
Does “disabled preemptive interrupts” mean making the
DISABLE_INTERRUPTS_DURING_PROCESS
macro effective? -
Does “increase idle task stack” refer to increasing the size of
gTarget_tskStack
insource/platform/psdk_j7/rtos/tivx_target_config_c7.c
?
-