Can Raspberry Pi support package work with the Rock Pi 4C+ (Rockchip RK3399-T)
이전 댓글 표시
MATLAB/Simulink Raspberry Pi support package works well with Raspberry Pi 4B and Arduino/ESP32 boards. Unfortunately, the Raspeberry Pi 4B and Arduino/ESP32 boards have very limited performance. Furthermore, the model 4B is currently suffering supply chain issues. On the other hand, the Rock Pi boards are available, reasonably priced and considerably faster that the model 4B. It would be great if the Raspberry Pi support package would support other higher perfomance processors such as the Rockchip.
채택된 답변
추가 답변 (1개)
Prathyusha Appalla
2023년 3월 14일
1 개 추천
I understand that you want to work with other high-performance boards, specifically the Rock Pi 4C+, using Raspberry Pi support package in MATLAB. The MATLAB/Simulink hardware support package of Raspberry Pi supports the following list of hardware models as specified in the documentation link below.
Unfortunately, from the documentation, I find that currently this support package is not compatible with Rock Pi boards.
댓글 수: 3
Daryn
2023년 3월 16일
Walter Roberson
2023년 3월 17일
Could the sample rate limitations that I'm observing be due to the Raspberry Pi SPI Read/Write blocks implementation rather than the uC processing speed?
How are you transfering data to the host? If you are using USB then you have fundamental rate limitations due to the USB control cycle being relatively slow -- you do not get substantial improvements until you switch to "bulk rate" transfers rather than packeted transfers. "bulk rate" transfers require that the data be fairly buffered -- increasing the latency.
Daryn
2023년 3월 17일
카테고리
도움말 센터 및 File Exchange에서 Raspberry Pi Blockset에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!


