04-28-2023 01:32 AM
Hi
As topic asked,
If can, what do I need?
Reguards.
Alex
04-28-2023 02:22 AM
04-28-2023 03:18 AM
Sorry for my question let you confused.
What I meant is that if Labview can communicate with cyclone V soc board(which is the same board provided on this link:Cyclone® V SX SoC Development Kits (intel.com))
And how to communicate with HPS in baremetal environment.
04-28-2023 03:32 AM
Hi Alex,
@Alex_chun wrote:
What I meant is that if Labview can communicate with cyclone V soc board
When that board offers a supported communication port&protocol you can surely communicate with it using LabVIEW as programming language...
@Alex_chun wrote:
And how to communicate with HPS in baremetal environment.
You want to communicate with the CycloneV hard processor system?
Again: when it offers a supported port&protocol then you can communicate...
04-28-2023 03:41 AM
Hi,
Thank you for your fast response,
so is there any modules needed?
I was heard labview may need some kind of modules to communicate with some devices.
reguards.
Alex
04-28-2023 05:02 AM - edited 04-28-2023 05:05 AM
The HPS has one Ethernet and one UART interface. These are the most interesting you want to look at. For the Ethernet port you can use the built in network nodes to implement whatever protocols the HPS firmware supports. For the UART you would need to use the VISA nodes (and have NI-VISA installed).
What messages you need to send depends entirely on the firmware that runs on the HPS. That should be documented in the firmware documentation by the party who provides that firmware.
04-28-2023 06:27 AM
Heh, i read Cyclone B ...