Problem while adding ethernet stack with GUI

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Problem while adding ethernet stack with GUI

995 次查看
prasanthapplied
Contributor III

Dear all,

       I'm using IMXRT1064 processor. I need to use Ethernet and GUI Together. So first i create the design using embedded wizard and convert it to the code for MCUXpresso IDE. Then i added Ethernet pins and lwip stack to it. I taken the lwiptcpecho_freertos demo for reference to adding Ethernet and lwip stack. After finished all the modifications i run the program it gives the IP,subnetmask,gateway to the terminal but the board didn't gets ping through a cmd window.

     I don't know why its happens. Please assist me to solve this issue.

Thanks & Regards,

Prasanth.

标签 (1)
标记 (2)
0 项奖励
回复
2 回复数

918 次查看
victorjimenez
NXP TechSupport
NXP TechSupport

Hello Prasanth, 

I ran the example lwiptcpecho_freertos that we provide within the SDK and everything went fine. Based on the information that you provided, it seems that the behavior you are facing is due to the merge of the Embedded Wizard project with the SDK example. My recommendation on how to proceed with this would be that in your project you start removing things related to the GUI until you find when the problem goes away. Once you have identified this, you will know which task or resource from the embedded wizard project is causing this behavior. 


Have a great day,
Victor

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 项奖励
回复

918 次查看
prasanthapplied
Contributor III

Dear Victor,

            To do a complete product with a GUI i need to integrate controller peripherals and GUI otherwise its not possible to complete a full product. So if i proceed with GUI only in case of any support GUI persons gives the support. But merging the peripherals only i can't get a support. For example i tried a simple polling method ADC and integrate it with GUI before doing integration i gets an ADC value like 240 something. But after merging it with GUI the values goes like 4010 above and below 100. These both are changed frequently. I don't have a clue for why this happening. So how can i proceed with this?

Thanks & Regards,

Prasanth.

0 项奖励
回复