How to conned Xilinx Zedboard 7000 to matlab
古いコメントを表示
I use this code to connect Xilinx Zedboard to Matlab
h=zynq();
h.setupZynqHardware();
h.checkConnection
but at the second line it appears the following error :
C:\MATLAB\SupportPackages\R2013a\zynq\+zynq\+util\LinuxServices.p>LinuxServices.setupZynqHardware
(line 85)
Please how can I solve it.
2 件のコメント
Walter Roberson
2015 年 5 月 31 日
That does not tell us what the error is, just where it is. We need to know what it says the problem is. For example is it complaining about attempting to access the 5th element of an array that only has 3 elements? We need the entire message and traceback.
Daniel_M
2015 年 6 月 1 日
編集済み: Walter Roberson
2015 年 8 月 26 日
回答 (2 件)
Manikandan
2015 年 8 月 26 日
0 投票
Communicate via JTAG.
Örs
2016 年 9 月 12 日
0 投票
I had the same issue you need to install a different USB UART Driver: http://www.cypress.com/documentation/software-and-drivers/microsoft-certified-usb-uart-driver
カテゴリ
ヘルプ センター および File Exchange で Serial and USB Communication についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!