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.
最近刚开始学6678,被一些函数卡住了。函数声明如下 _extern int NC_SystemOpen( int Priority, int OpMode ),程序里找不到函数的详细内容。我感觉这是一个API函数,但是我在help contents里找不到NC打头的API,是不是我的help contents不全。如果不全的话我该怎么补充?还请大神们不吝赐教。
platform开头的函数都在pdk安装目录下的platform lib中,如目录pdk_C6678_1_1_2_6\packages\ti\platform\evmc6678l\platform_lib\src,platform_get_info在该目录下platform.c中。