Help on Uart files

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
3,243件の閲覧回数
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,374件の閲覧回数
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,375件の閲覧回数
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 件の賞賛
返信