RTOS champs,
We are seeing build error when we create a Benchmark example from the TI RTOS templates in Resource manager for M4 core on AM572x when using bios_6_45_01_29. The build error indicates the following :
line 687: ti.sysbios.family.arm.m3.Hwi.Instance#0 13: Only intNums > = 15 can be created.
js: "C:/ti/ProcSDK202_Alpha/xdctools_3_32_00_06_core/packages/xdc/cfg/Main.xs", line 160: Error: Configuration failed!
gmake.exe: *** [package/cfg/benchloop_pem4.xdl] Error 1
this seems to be resulting from benchloop.cfg file in SYSBIOS that uses the HWI_INT =13 which the build doesn`t seem to like due to the control statement in Hwi.xs where it only allows intNum> =15.
The error is corrected when the HWI_INT=15 which was the default setting in bios_6_45_00_19.
Regards,
Rahul