找回密码
 注册
搜索
查看: 1282|回复: 2

[讨论] MTK串口问题

[复制链接]
发表于 2013-2-25 11:37:35 | 显示全部楼层 |阅读模式
我的程序中使用了函数:UART_SetOwner
编译时出现ERROR:Error: L6218E: Undefined symbol UART_SetOwner
这个函数的实现库是哪里呀?
求指点。
 楼主| 发表于 2013-2-25 13:49:42 | 显示全部楼层
我在代码中没有查到有uart_dispatch
是否我的代码太老啊。
点评回复

使用道具 举报

发表于 2013-2-25 13:35:06 | 显示全部楼层
35有,不是库文件。Location:UART_SetOwner->uart_dispatch.obj->drv.lib.
void UART_SetOwner (UART_PORT port, module_type ownerid)
{
   if (port == uart_port_null)
      return;
        ASSERT(UartHandle[port].drv->SetOwner);
        UartHandle[port].drv->SetOwner(port,ownerid);       
}
点评回复

使用道具 举报

高级模式
B Color Image Link Quote Code Smilies

本版积分规则

Archiver|手机版|小黑屋|52RD我爱研发网 ( 沪ICP备2022007804号-2 )

GMT+8, 2024-12-24 02:44 , Processed in 0.046772 second(s), 16 queries , Gzip On.

Powered by Discuz! X3.5

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表