Altera_Forum
Honored Contributor
9 years agoDE1-SoC Transferring data from the FPGA to the HPS
Hi everyone!
I've been looking everywhere and could not find any resources to help me. I am working with a DE1-SoC Cyclone V board. I need to send data from the HPS to the FPGA and send it back from the FPGA to the HPS. I can do the first part without a problem by using the H2F bridge and the Avalon MM interface and using a C program to send the data. However, I could not find any resources on how to send data from the FPGA to the HPS. I know this is possible through the F2H bridge, or through the SDRAM or through an interrupt, but I'm finding it hard to understand how to do it using Quartus and a C program. Can anyone point me towards anything that could help? Thank you!