summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bddca12)
raw | patch | inline | side by side (parent: bddca12)
author | Dhaval Khandla <dhavaljk@ti.com> | |
Fri, 18 Dec 2020 10:47:00 +0000 (04:47 -0600) | ||
committer | Dhaval Khandla <dhavaljk@ti.com> | |
Fri, 18 Dec 2020 10:47:00 +0000 (04:47 -0600) |
packages/ti/build/am64x/sysbios_r5f.cfg | patch | blob | history |
index 19041a8539196c72aa788a08665e0ca3ddf1a636..599c6eba16106dadb8c3c915799cdb4fd40e3565 100644 (file)
-
/* =============================================================================
* Copyright (c) Texas Instruments Incorporated 2019
*
* Details of silicon issue : https://confluence.itg.ti.com/display/PROCIPDEV/%2310+The+same+interrupt+cannot+be+nested+back-2-back+within+another+interrupt
* Sysbios Requirement Details: https://jira.itg.ti.com/browse/SYSBIOS-1419
* Workaround requires use of a resevred dummyIRQ.
- * Using DummyIRQ#383 as per cslr_intr_mss.h it is a reserved interrupt not connected to any
+ * Using DummyIRQ#256 as per cslr_intr_r5fss0.h it is a reserved interrupt not connected to any
* peripheral interrupt sources
*/
-Hwi.dummyIRQ = 255;
+Hwi.dummyIRQ = 256;
var Reset = xdc.useModule("xdc.runtime.Reset");
Reset.fxns[Reset.fxns.length++] = "&utilsCopyVecs2ATcm";