Can Raspberry Pi support package work with the Rock Pi 4C+ (Rockchip RK3399-T)
Show older comments
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.
Accepted Answer
More Answers (1)
Prathyusha Appalla
on 14 Mar 2023
1 vote
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 Comments
Daryn
on 16 Mar 2023
Walter Roberson
on 17 Mar 2023
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
on 17 Mar 2023
Categories
Find more on Raspberry Pi Blockset in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

