Help on Uart files

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Help on Uart files

Jump to solution
2,604 Views
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
Labels (1)
Tags (1)
0 Kudos
1 Solution
735 Views
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.

View solution in original post

0 Kudos
1 Reply
736 Views
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 Kudos