2019-09-25 10:44 PM
I need a network connection for my project. Does the network PHY have to be programmed in CM4 via LwIP ... or does communication via OpenAMP to the CA7 work? Are there examples of a simple web server that can switch a port or similar? Thank you very much for your effort.
Solved! Go to Solution.
2019-09-26 01:38 AM
Hi @RSeit
On STM32MP1, Ethernet, as all other connectivity IPs, is managed from A7/Linux not from M4.
Please have a look to online documentation starting from this page :
https://wiki.st.com/stm32mpu/wiki/Ethernet_overview
Hope it help,
Olivier
2019-09-26 01:38 AM
Hi @RSeit
On STM32MP1, Ethernet, as all other connectivity IPs, is managed from A7/Linux not from M4.
Please have a look to online documentation starting from this page :
https://wiki.st.com/stm32mpu/wiki/Ethernet_overview
Hope it help,
Olivier
2019-09-26 02:32 AM
Thanks for your help. With this answer, I come a bit further. A nice time.