Effacer les filtres
Effacer les filtres

Are RISC-V processors supported by Embedded Coder?

27 vues (au cours des 30 derniers jours)
Jack Ferrari
Jack Ferrari le 4 Août 2023
Commenté : svanimisetti le 8 Août 2023
I want to generate code for a RISC-V processor. Is it possible to configure Embedded Coder for RISC-V?

Réponse acceptée

Jack Ferrari
Jack Ferrari le 4 Août 2023
Modifié(e) : Jack Ferrari le 7 Août 2023
Yes, you can specify the word sizes for RISC-V using the built-in RISC-V device details in the Hardware Implementation section of the Configuration Set (as shown below.)
The C standard does not fully specify integer word sizes so this will ensure that the generated C/C++ code will have the same numerical results on the target as it had in the model simulation.
The generated algorithm code can then be integrated and plugged into your embedded software framework and scheduler as you would do with hand code for your production hardware.
If you desire complete support of a particular RISC-V Board, that is directly generated from Embedded Coder with I/O drivers, scheduler, profiling, and more, you can request MathWorks consulting services to create a custom Embedded Target solution.
  4 commentaires
Jack Ferrari
Jack Ferrari le 8 Août 2023
@svanimisetti While we do not have a BSP specific to that board, the IDE should be able to call code generated with Embedded Coder with its own scheduler. The code should work on any RISC-V board.
svanimisetti
svanimisetti le 8 Août 2023
Thanks for confirming!

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2023a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by