Retarget fprintf

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

Retarget fprintf

466 Views
nlemoz
Contributor I

Hi.

I am trying to retarget fprintf on kinetis sdk 1.3 using gcc.

I am doing this so I can send output to multiple UARTs depending on the "FILE" I print to.

 

I can retarget printf successfully by implementing a _write function, but this does not work for fprintf.

Can someone give me a hint on how to retarget fprintf for gcc?

 

Thanks,

Nick

Labels (1)
0 Kudos
0 Replies