From: Frank Livingston Date: Fri, 2 Feb 2018 16:49:20 +0000 (-0600) Subject: PASDK-516:Remove SAP watchdog idle function from DSP app.cfg X-Git-Url: https://git.ti.com/gitweb?p=processor-sdk%2Fperformance-audio-sr.git;a=commitdiff_plain;h=9e8137064444211aec7d1764520d515f51954c51 PASDK-516:Remove SAP watchdog idle function from DSP app.cfg --- diff --git a/pasdk/test_dsp/application/app.cfg b/pasdk/test_dsp/application/app.cfg index a76de889..49f3d65f 100644 --- a/pasdk/test_dsp/application/app.cfg +++ b/pasdk/test_dsp/application/app.cfg @@ -333,12 +333,17 @@ Program.global.TaskSystemStream = Task.create("&taskSystemStreamFxn", task5Param Program.sectMap[".far:taskStackSectionAudioStream"] = "CORE0_DDR3"; /* Add idle functions */ -Idle.idleFxns[0] = "&SAP_watchDog"; // Idle function for DSP watchdog; formerly DAP_watchDog() -// Remark: Moved idleAudioStream (idle function) to taskSystemStreamFxn (task) +// Remark: original idle functions +//Idle.idleFxns[0] = "&SAP_watchDog"; // Idle function for DSP watchdog; formerly DAP_watchDog() //Idle.idleFxns[1] = "&idleAudioStream"; // Idle function for audio stream; formerly audioStream1Idle() //Idle.idleFxns[2] = "&idleNotifyInfoChange"; // Idle function for Notify Information Change (NIC); formerly customSystemStreamIdleNIC() -Idle.idleFxns[1] = "&idleNotifyInfoChange"; // Idle function for Notify Information Change (NIC); formerly customSystemStreamIdleNIC() -Idle.idleFxns[2] = "&idleDebug" // Idle function for debug code +// Remark: Moved idleAudioStream (idle function) to taskSystemStreamFxn (task) +//Idle.idleFxns[0] = "&SAP_watchDog"; // Idle function for DSP watchdog; formerly DAP_watchDog() +//Idle.idleFxns[1] = "&idleNotifyInfoChange"; // Idle function for Notify Information Change (NIC); formerly customSystemStreamIdleNIC() +//Idle.idleFxns[2] = "&idleDebug" // Idle function for debug code +// Remark: Removed SAP watch dog +Idle.idleFxns[0] = "&idleNotifyInfoChange"; // Idle function for Notify Information Change (NIC) +Idle.idleFxns[1] = "&idleDebug" // Idle function for debug code /* Add L2 SRAM heap */ // formerly IRAM var heapMem0Params = new HeapMem.Params();