2025-04-09 5:08 PM
Hello.
I would like to test communication with the following configuration.
But I don't know how to achieve this purpose.
Send and receive data between a PC and NUCLEO-L552ZE-Q via an 10BASE-T1L cable.
I would appreciate your help.
2025-04-10 4:35 AM - edited 2025-04-10 4:51 AM
Welcome to the forum.
Please see How to write your question to maximize your chances to find a solution for best results;
in particular, How to insert source code - not as images.
@ATSUSITSUJITA wrote:
- What kind of folder structure should be used
That's entirely up to you - choose whatever works for you.
This is what CubeIDE does by default:
Perhaps you should try some basic projects first - to gain familiarity with the tools.
@ATSUSITSUJITA wrote:
- Which of the following ADIN1110 drivers should be used?
no-OS/drivers/net/adin1110 at main · analogdevicesinc/no-OS
no-OS/projects/apard32690 at main · analogdevicesinc/no-OS
You should ask Analog Devices that - it's their product and their software:
https://ez.analog.com/search?engineerzone%5Bquery%5D=ADIN1110
https://www.analog.com/en/support.html
Consider getting their Dev Kit - or, at least, looking at the code for it.
PS:
Sparkfun have this:
2025-04-10 4:53 AM - edited 2025-04-10 5:11 AM
@Andrew Neil wrote:Consider getting their Dev Kit - or, at least, looking at the code for it.
Especially as it uses an stm32!
via: https://www.google.com/search?q=ADIN1110+stm32
EDIT:
Oh wait - you already have this!
So you already have a working, STM32-based network setup!
So what's the point of the Nucleo?