I use SYS/BIOS Typical CCS project as template, put faxlib loopback example from
faxlib_C66_2_0_1_2\examples\ccsProjects\test_rel_ce66le_CE66LE_LE_ELF
as a task inside SYS/BIOS.
But when calling fiuOpen(), I get exception:
B23=0x4
B24=0xa B25=0xb6e24102
B26=0x4b4d2234 B27=0x8152b112
B28=0xa2651300 B29=0x48539398
B30=0x1 B31=0x8034a0
NTSR=0x1000f
ITSR=0xe
IRP=0x803628
SSR=0x0
AMR=0x0
RILC=0x0
ILC=0x0
Exception at 0x0
EFR=0x2 NRP=0x0
Internal exception: IERR=0x1
Instruction fetch exception
ti.sysbios.family.c64p.Exception: line 255: E_exceptionMin: pc = 0x00000000, sp = 0x0082ae08.
To see more exception detail, use ROV or set 'ti.sysbios.family.c64p.Exception.enablePrint = true;'
xdc.runtime.Error.raise: terminating execution
Anything wrong?
There is no problem when running the example without SYS/BIOS.