Other Parts Discussed in Thread: SYSBIOS
Tool/software: TI-RTOS
I tried the RTOS networking example tcpEchoIPv6 on CCSv8. It compiled with success by using XDCtools 3.32.2.25_core and 3.32.0.06_core, with 3.50.5.12_core it didn't work.
Then i programed the development board with both, the debugging version and the release version. The console outputs were just as expected:
Starting the TCP Echo IPv6 example
System provider is set to SysMin. Halt the target to view any SysMin contents in ROV.
Service Status: DHCPC : Enabled : : 000
Service Status: DHCPC : Enabled : Running : 000
Address: fe80::21a:b6ff:fe03:3d97 on device 1 is UNIQUE
Network Added: If-1:192.168.1.25
Service Status: DHCPC : Enabled : Running : 017
Address: 2003:80:2f1d:2c44:21a:b6ff:fe03:3d97 on device 1 is UNIQUE
Pinging of the ipv4 address worked, too.
But after about a minute of running it always run into an exception:
FSR = 0x0000
HFSR = 0x40000000
DFSR = 0x0000000b
MMAR = 0xe000ed34
BFAR = 0xe000ed38
AFSR = 0x00000000
Terminating execution...
How can I find out the reason???? Any help would be appreciated.