Part Number: 66AK2G12
Other Parts Discussed in Thread: SYSBIOS
Hi team,
My DSP software used to build with TI-RTOS with the following packages and running on 66AK2G12 processor in CCS 7.2.00013 without any issue.
bios_6_46_05_55
edma3_lld_2_12_05_29
pdk_k2g_1_0_7
processor_sdk_rtos_k2g_4_01_00_06
XDCtools xdctools_3_32_01_22_core
Compiler TI v8.1.3
ccsv7 7.2.00013
Recently, I updated TI processor sdk RTOS and CCS. The latest K2G processor SDK has the following packages
bios_6_76_03_01
edma3_lld_2_12_05_30E
pdk_k2g_1_0_16
processor_sdk_rtos_k2g_6_03_00_106
xdctools_3_55_02_22_core
Compiler TI v8.3.8
ccs1020 10.2.0.00009
After built the same DSP software with the latest TI packages (except edma3) I got the following error when I run my DSP software in ccs 10.2.0.00009:
"[C66xx] ti.sysbios.family.c64p.EventCombiner: line 105: assertion failure: A_invalidEventId: Invalid event Id specified
xdc.runtime.Error.raise: terminating execution"
Q1: Why I got this error after update TI package?
Q2: The latest sdk comes with component edma3_lld_2_12_05_30E. It is in my drive under C:\ti\edma3_lld_2_12_05_30E after installation. But I cannot see it in Discovered products in CCS under Menu bar -> Window -> Preference -> Code Composer Studio -> products. Why?
Thank you,
Sarah