This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] CCS/LAUNCHXL-F28379D:如何在 MATLAB 的 F28379d 中实现_ENABLE_IRQ 代码

Guru**** 2539500 points


请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/c2000-microcontrollers-group/c2000/f/c2000-microcontrollers-forum/876154/ccs-launchxl-f28379d-how-to-implement-_enable_irq-code-in-f28379d-on-matlab

器件型号:LAUNCHXL-F28379D
主题中讨论的其他器件:BQ76PL455EVM

工具/软件:Code Composer Studio

大家好、

我现在将 BQ76PL455EVM 与 CCS 上的 TMS570搭配使用。 我想在 MATLAB 上为 F28379D 实现相同的代码。  

systemInit();

gioInit();
sciInit();
sciSetBudrate (scilinREG、BAUDRATE);
rtiInit();// yapmayınca ilk tur da voltajlar 0 okunyor。
vimInit();

_enable_IRQ ();// silence çalışmıyor

// WakePL455 ();

CommClear();

CommReset();
gioSetDirection (gioPORTA、0xD7);//引脚方向(7、6、4、2、1、0作为输出) 

我需要在用于 F28379D LaunchPad 的 MATLAB 中实现所有这些代码。 我不知道如何实现_enable_IRQ() 。 我有两个问题。

1.如何在 Matlab 上实现 F28379d 的 Matlab 中的_enable_IRQ()?

2.是否有任何方法可以在  Matlab 上定义和直接使用诸如 gpioInit()、systemInit()等函数?

我们将感谢您的任何帮助。

谢谢。