Hello,
I want to control this Analog Devices Cartes http://www.analog.com/en/evaluation/eval-fmcomms/eb.html on a Zynq card.
I want to Know how to activate in a PlanAhead project the FMC-LPC connector and the make a C programme in the SDK.
Thank u
Hello,
I want to control this Analog Devices Cartes http://www.analog.com/en/evaluation/eval-fmcomms/eb.html on a Zynq card.
I want to Know how to activate in a PlanAhead project the FMC-LPC connector and the make a C programme in the SDK.
Thank u
FMC provides access to a bunch of PL I/Os. Activating them is no different than activating other PL I/Os that attach to on-board peripherals. For the FMC-COMMS board that you reference, I suggest you study both the Intro and Linux online trainings available here on zedboard.org and stay tuned as we will post an SDR training as well.
http://www.zedboard.org/trainings-and-videos
Bryan
So , As in the lab tutorial, i use GPIO_IO in axi_gpio_0 IP.
I make it external port and re-name it to FMC_LPC_pin. I re-edit my .UCF file for the constraints .
It ust don't know what fonction in the librairie can allow me to read that pin selected...???
The Intro covers using GPIO to read from the switch and write to an LED. It should show you everything you need.
Bryan