How to design custom hardware support package?

7 ビュー (過去 30 日間)
Red Light
Red Light 2017 年 10 月 16 日
回答済み: Madhu Govindarajan 2017 年 10 月 30 日
About the Hardware Support Package. I know that there are hardware support packages for Arduino, STM32, etc. However, I intend to use new PowerPC MCU from NXP. Could I design my own hardware support package?
  1 件のコメント
Walter Roberson
Walter Roberson 2017 年 10 月 16 日
It would probably be easier to start with https://www.mathworks.com/hardware-support/nxp.html and modify it as needed. Although that appears to be for ARM based systems, it is possible to modify toolchain information so that it would instead invoke a compiler that could compile to powerPC.

サインインしてコメントする。

回答 (1 件)

Madhu Govindarajan
Madhu Govindarajan 2017 年 10 月 30 日
If it is an ARM-cortex A based MCU you can use this tutorial series to create one yourself - https://www.youtube.com/playlist?list=PLn8PRpmsu08o7vKbsLr5wRt9YmZj0m-ZH
I guess you could still adapt some of the techniques from here.

カテゴリ

Help Center および File ExchangeEmbedded Coder 支持的硬件 についてさらに検索

Community Treasure Hunt

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

Start Hunting!