Part Number: EK-TM4C1294XL
Hello,
I'm using the udpEcho example for TI-RTOS 2.16 out of the box in IAR environment. The demo is working fine as long a debug connection is active. If I stop the debug session and repower the board nothing happens. I've added a task to the demo which simple toggles USR_D2 LED. I can see the toggling LED and UDP is echoed while the debugger is active but no action if the debug session was stopped and the board repowered.
var Ndk = xdc.loadPackage('ti.ndk.config');
var Global = xdc.useModule('ti.ndk.config.Global');
//var Ip = xdc.useModule('ti.ndk.config.Ip');
//var Udp = xdc.useModule('ti.ndk.config.Udp');
//var Tcp = xdc.useModule('ti.ndk.config.Tcp');
If I disable the Ip, Udp and Tcp module, the LED is toggling (even without an active debug connection) but of course the UDP is not working. Any idea? Maybe some debug outputs are not handled?
Best regards,
Juergen