cancel
Showing results for 
Search instead for 
Did you mean: 

using printf for UART

ezanen9
Associate II
Posted on November 29, 2005 at 11:47

using printf for UART

3 REPLIES 3
ezanen9
Associate II
Posted on August 26, 2005 at 07:37

I am trying to implement the standaard function printf to put a string to the uart of my STR710 uC.

I already can send/receive an character array via uart, but I like to improve my send/receive function to be able to send via printf.

But how do I configure the send function so that it sends the printf string via the UART?

Regards,

Jimmey

sorrowt
Associate II
Posted on November 29, 2005 at 07:41

Hello ibtiss,

iam using the GNU toolchain, i inculded all the files u mentioned, but i still need the makefile and the linker script, these two are really confusing me. iam new to that field would anyone please upload a generic form of these two?

Regards,

sorrowt
Associate II
Posted on November 29, 2005 at 11:47

Hello zouhair,

iam using gnu gcc v.3.4.3 for arm-elf, with newlib, ill be very appreciated if u can help.