Content originally posted in LPCWare by srinidhi M on Tue Jul 22 03:04:28 MST 2014
Hello ,
Here is the call flow of my program,
main->tcpecho demo (in the tcp echo demo i just removed while(1) condition "which is used for checking link status") -> from tcp echo am calling my udp_func.
inside udp_func call flow is :
create socket,
setsocketopt,
bind and recvfrom.
After receiving few packets am getting HardFault, please help me to fix this issue.