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.

RM48 usb kit如何点亮LED?哪里有合适的教程/demo?

按照在eeworld论坛找的教程(针对TMS570 usb kit的),HCG设置如下图

加入system_main.c的一些语句如下工程里

就这么几句:

nhetInit();
    pwmSetDuty(nhetRAM1, pwm0, 30);
    pwmStart(nhetRAM1, pwm0);
    while(1);

不知道是因为48的程序和570不一样?

还是HCG添加project的时候没有RM48 usb kit的选项

运行是没有LED亮的,不知道哪里有合适RM48 usb kit的教程/demo一类的资料呢?

另外光盘里的demo编译不通过,缺少一个.map文件不知道怎么办呢?

  • 你好,

    请参考Wiki上的培圳例程如下:

    http://processors.wiki.ti.com/index.php/Category:RM4

    这里有两个例程,

    Lab2: http://processors.wiki.ti.com/images/9/9e/Lab2_RM48_CCSv5.zip

    就是用HET来控制一个LED,你可以试试。