i.MX 7Dual ethernet connection

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

i.MX 7Dual ethernet connection

跳至解决方案
2,074 次查看
andreas_vorderl
Contributor I

Hi,

 

I have waste so much time in search but without success and I hope you can help me by answering my question about ethernet access from Cortex-M4.

 

Is it possible to use the ethernet interface for example with FreeRTOS on the Cortex-M4?
Is this possible in principial?

For many other processors including the i.MX 7ULP there exists muiltiple useful files for example fsl_clock.c/h, fsl_common.c/h, and <processor>_features.h files. Do they exist also for the i.MX 7Dual processor? If yes, where can i get these files?


The exact processor: MCIMX7D5EVM10SC

 

Thanks in advance for your reply.

标签 (1)
0 项奖励
回复
1 解答
2,007 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Andreas

>Do you know if there are such files for the i.MX 7Dual processor?

sorry I am not aware of such files for FreeRTOS.

I think you should develop them yourself using for example uboot sources.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
3 回复数
2,007 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Andreas

>Is it possible to use the ethernet interface for example with FreeRTOS on the Cortex-M4?
>Is this possible in principial?

yes possible. One can look at 2.1.3 Cortex-M4 Memory Map (AIPS-3, ENET)

i.MX 7Dual Applications Processor Reference Manua

Access permissions may be configured with RDC described in sect.3.2

Resource Domain Controller (RDC)

Uboot enet example can be reused for porting to FreeRTOS

mx7dsabresd.c\mx7dsabresd\freescale\board - uboot-imx - i.MX U-Boot 

fec_mxc.c\net\drivers - uboot-imx - i.MX U-Boot 

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复
2,007 次查看
andreas_vorderl
Contributor I

Hi Igor,


thank you for the quick and useful answer.

>For many other processors including the i.MX 7ULP there exists muiltiple useful files for example fsl_clock.c/h, fsl_common.c/h, and       <processor>_features.h files. Do they exist also for the i.MX 7Dual processor? If yes, where can i get these files?

Do you know if there are such files for the i.MX 7Dual processor?


Best regards,
Andreas

0 项奖励
回复
2,008 次查看
igorpadykov
NXP Employee
NXP Employee

Hi Andreas

>Do you know if there are such files for the i.MX 7Dual processor?

sorry I am not aware of such files for FreeRTOS.

I think you should develop them yourself using for example uboot sources.

Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复