Accessing GPIO and other peripherals in Soc Blockset for Xilinx ZCU216
조회 수: 6 (최근 30일)
이전 댓글 표시
Hi everyone,
my research group bought a ZCU216 evaluation kit and intends to program it via Soc Blockset and the related support packages. We were able to implement the DAC and ADC outputs by using the RF data conveter block. However, we also wanted to use the other peripherals (GPIO, USB, RJ45 ethernet connector etc. ) but could not find any model block to do so.
Does someone from the community have any idea how it works?
댓글 수: 0
답변 (1개)
Raghava S N
2024년 2월 19일
Hi Patrick,
Please refer to the following links that detail techniques to leverage the peripherals present on the FPGA using Simulink blocks, and/or other MATLAB functionalities:
This is a SIMULINK block shipped with the SoC Blockset Support Package for Xilinx Devices.
This documentation page details the creation of a USB-ethernet interface using AXI to access memory locations.
Ethernet Connector - https://www.mathworks.com/matlabcentral/answers/22231-fpga-and-ethernet-communication?s_tid=srchtitle
In this community solution on MATLAB Answers, a HTTP web server IP core that transfers data between MATLAB and FPGA using the HTTP protocol is used.
You can find the exhaustive list of peripherals supported by the SoC Blockset Support Package for Xilinx Devices here - https://in.mathworks.com/help/soc/referencelist.html?type=block&s_tid=CRUX_topnav#:~:text=(Since%20R2019a)-,Peripherals,-Programmable%20Logic%20IO
참고 항목
카테고리
Help Center 및 File Exchange에서 System on Chip (SoC)에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!