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环境下C语言如何调用汇编中的函数?



大概是这样,因为要使用430g2553来驱动ws2811,在43oh网站上找到一份代码technical202.rssing.com/browser.php

写ws2811数据部分使用汇编来实现.

我将网上的代码直接复制到C文件,下载了asm文件。

在ccs中编译出错,提示unresolved symbol,而这个函数在asm文件中使用“.global”定义(学过汇编,很久没用也不知道是什么)

so

我也不知道问题出在哪里,大概是C文件要如何调用asm中的函数吧

多谢~

ws2811_hs.S