Hi,
Sorry for this basic question,I'm stil at the basic level of using Micro controllers.
The query is we are using a MK70 Series Micro controller.In our Software Code,we are using MQX RTOS to create a web server on the board.when the web server task is ON there is a intermittent ping beak while communicating with the remote terminal.
Kindly Please elaborate what could be the issue.
Hi Santo:
I would suggest you check whether ENET was initialized successfully , and the ip address of the board.
please refer to blow demo.
C:\Freescale\Freescale_MQX_4_2\rtcs\examples\httpsrv
Regards
Daniel
Hi Daniel,
We have checked the example code which you have mentioned.We are going through the same philosophy of ENET Initialization as mentioned in the code.Still the problem persists.
To make it more clear pls be informed that we are running 4 tasks simultaneously in our Application code.out of which for Web server we have created a task.Will that be creating any problem?
Regards
Santo
You can disable other tasks, only run webserver to check this issue.
Do you use TWR-K70F120 board?
Regards
Daniel
We have Disabled other Tasks and running only the web server Task on the tower board TWR-K70F120 board. But Still we are facing the issue. What could be the possible issue?