Part Number:AM5728
Tool/software: TI-RTOS
Hi,
base on AM5728 and rtos, I want to use ipu1 to creat a timer,however, it was failed,the running result below:
root@AM57xx-Tronlong:~# cat /sys/kernel/debug/remoteproc/remoteproc0/trace0
[0][ 0.000] 19 Resource entries at 0x3000
[0][ 0.000] [t=0x000fe3af] xdc.runtime.Main: mian----
[0][ 0.000] [t=0x0010b8c3] xdc.runtime.Main: number = 16
[0][ 0.000]
[0][ 0.000] [t=0x0011933f] xdc.runtime.Main: id = 0,free
[0][ 0.000]
[0][ 0.000] [t=0x0012686f] xdc.runtime.Main: id = 1,free
[0][ 0.000]
[0][ 0.000] [t=0x00133d27] xdc.runtime.Main: id = 2,inuse
[0][ 0.000]
[0][ 0.000] [t=0x00141d2f] xdc.runtime.Main: id = 3,inuse
[0][ 0.000]
[0][ 0.000] [t=0x0014f52d] xdc.runtime.Main: id = 4,free
[0][ 0.000]
[0][ 0.000] [t=0x0015c9e1] xdc.runtime.Main: id = 5,free
[0][ 0.000]
[0][ 0.000] [t=0x00169e95] xdc.runtime.Main: id = 6,free
[0][ 0.000]
[0][ 0.000] [t=0x00177349] xdc.runtime.Main: id = 7,free
[0][ 0.000]
[0][ 0.000] [t=0x00184801] xdc.runtime.Main: id = 8,inuse
[0][ 0.000]
[0][ 0.000] [t=0x00192003] xdc.runtime.Main: id = 9,free
[0][ 0.000]
[0][ 0.000] [t=0x0019f4bb] xdc.runtime.Main: id = 10,free
[0][ 0.000]
[0][ 0.000] [t=0x001acd3f] xdc.runtime.Main: id = 11,free
[0][ 0.000]
[0][ 0.000] [t=0x001ba5df] xdc.runtime.Main: id = 12,free
[0][ 0.000]
[0][ 0.000] [t=0x001c7e7f] xdc.runtime.Main: id = 13,free
[0][ 0.000]
[0][ 0.000] [t=0x001d571f] xdc.runtime.Main: id = 14,free
[0][ 0.000]
[0][ 0.000] [t=0x001e2fbf] xdc.runtime.Main: id = 15,free
[0][ 0.000]
[0][ 0.000] [t=0x001f38cf] ti.sysbios.timers.dmtimer.Timer: ERROR: line 394: E_notAvailable: Timer not available 14
[0][ 0.000] ti.sysbios.timers.dmtimer.Timer: line 394: E_notAvailable: Timer not available 14
[0][ 0.000] [t=0x00225833] xdc.runtime.Main: Timer create failed
please let me know how can I do to solve the problem,thank you.
here's my project code:
(Please visit the site to view this file)(Please visit the site to view this file)(Please visit the site to view this file)