Hi there,
I have a serious problem, I'm not able to figure out:
When I call BIOS_start(), the system crashes (goes somewhere into exit.c, I cannot see where exactly)
Inside BIOS_start(), at some point the ti_sysbios_BIOS_startFunc__I is called.
When I step through this function, at the last call (ti_sysbios_knl_Task_startup) there seems to be a problem:
The function ti_sysbios_knl_Task_startup__E: is called and the disassembly shows:
ti_sysbios_knl_Task_startup__E:
00c007: 0010 INTR INT1
00c008: C006 AND @0x6, AL
00c009: 0000 ITRAP0
00c00a: 0006 LRETR
So it jumps right into INT1, which is not plugged in.
I have another project using SYS/BIOS and there the disassembly code of ti_sysbios_knl_Task_startup__E looks completely different.
Do you have any idea, why this could be?
Thanks!