Accessing GPIO and other peripherals in Soc Blockset for Xilinx ZCU216
21 ビュー (過去 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
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!