Help on Uart files

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Help on Uart files

跳至解决方案
3,232 次查看
magic
Contributor I
Hi all..
 
I am trying to develop a new application on top of IEEE 802.15.4 using Metrowerks CodeWarrior Special Edition for HC(S)08. I am modifying the evk_switch_demo.mcp project file for my application.
 
One of the files used in the project is the TestUart {.c,.h}. However, I don't think I have the hardware to display the messages. I am using the MC13193 EVK. I would like to remove the two files. However, after I tried doing it, the project failed to build because it is dependant/being used by other files. How do I safely remove them?
 
Thank you
标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,363 次查看
marc_paquette
Contributor V
I suggest that you modify the TestUart.c file to replace its functions with stubs. Empty functions will take up less space in your executable image while satisfying the linker.
 
Marc.

在原帖中查看解决方案

0 项奖励
回复
1 回复
1,364 次查看
marc_paquette
Contributor V
I suggest that you modify the TestUart.c file to replace its functions with stubs. Empty functions will take up less space in your executable image while satisfying the linker.
 
Marc.
0 项奖励
回复