]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - processor-sdk/performance-audio-sr.git/commitdiff
PASDK-432:Remove ARM open-loop delay.
authorFrank Livingston <frank-livingston@ti.com>
Mon, 4 Dec 2017 21:45:28 +0000 (15:45 -0600)
committerFrank Livingston <frank-livingston@ti.com>
Mon, 4 Dec 2017 21:45:28 +0000 (15:45 -0600)
IPC GateMP_attach() patched with Cache_inv() call. This removes need for
ARM open loop delay for bootload.

pasdk/test_arm/application/main.c

index 40b06ce0d09451faa6dfd92accec6116cd0673d2..f6f7a0ec0625290d36a15d0addfe1655fd293357 100644 (file)
@@ -122,12 +122,6 @@ Int main()
     delta = tsEnd-tsStart;
 #endif
 
-    // (***) FL: insert "open-loop" delay before start of ARM application.
-    //  Temporary workaround to avoid exit in IPC_attach().
-    //  ARM exits in taskSysInitFxn:IPC_attach() when bootloading from MMC/SD unless delay is added.
-        for (k = 0; k < OPEN_LOOP_DELAY_CNT; k++)
-            asm("   nop");
-
     // Initialize IPC
     status = Ipc_start();
     if (status < 0)