Hi All,
I am using the Clock module in my core 0 on the C6678 and it ONLY works when I select the Timer Id to be ANY or 0.
I understand that Timers 0 to 7 are for Watchdogs on cores 0 to 7 and 8 to 15 are shred timers...But None of the timers had worked with the Clock.
I am only using HWI 12 and no other HWI, SWI, Timers are used
C6678 EVM
bios_6_35_04_50
pdk_C6678_1_1_2_6
xdctools_3_25_03_72
I am using the .cfg to statically configure the clock and set the Timer Id to 1, this is what I get when I run the code:
[C66xx_0] ti.sysbios.timers.timer64.Timer: line 567: assertion failure: A_notAvailable: static created timer not available
xdc.runtime.Error.raise: terminating execution
I am using the .cfg to statically configure the clock and set the Timer Id to 10 (The SYS/BIOS GUI only shows ANY, 0 to 7 ?!?!?!?!), this is what I get when I run the code:
[C66xx_0] ti.sysbios.family.c64p.Hwi: line 188: E_alreadyDefined: Hwi already defined: intr# 15
xdc.runtime.Error.raise: terminating execution
I need to select another timer since I want to use a watchdog on core 0 and when I do that, the system crashed
Regards,
Murad
