Other Parts Discussed in Thread: OMAPL138, SYSBIOS
I'm using BIOS ver. 6.21.0.13, CCS 4.2 trying to build bios for the C6748 core of an OMAPL138.
In my bios.cfg file under the ti.sysbios.knl.Clock module, I'm trying to change the timerId parameter from -1 to 2 or 3. If I set it to -1, 0, or 1 it builds fine, but sys/bios seems to keep using Timer 0. If I try changing it to 2 or 3 as per this e2e thread: http://e2e.ti.com/support/embedded/bios/f/355/t/128799.aspx, the sys/bios build fails and here is the output I get in the CCS console:
js: "C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/family/c64p/Settings.xs", line 201: TypeError: Cannot read property "deviceName" from null (C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/family/c64p/Settings.xs#201)
"C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/family/c64p/Settings.xs", line 218
"C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/family/Settings.xs", line 82
"C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/hal/Hwi.xs", line 35
"C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/gates/GateHwi.xs", line 20
"C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/xdcruntime/Settings.xs", line 78
"C:/Program Files/Texas Instruments/bios_6_21_00_13/packages/ti/sysbios/BIOS.xs", line 62
gmake.exe: *** [package/cfg/DSPBios_p674.c] Error 1
js: "C:/Program Files/Texas Instruments/xdctools_3_16_02_32/packages/xdc/tools/Cmdr.xs", line 51: Error: xdc.tools.configuro: configuration failed due to earlier errors (status = 2); 'linker.cmd' deleted.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [configPkg/linker.cmd] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Bottom line, I'd like to know how to get sys/bios clock module to use Timer 3 on the OMAP L138?
Thanks in advance