Skip to main content
Visitor II
November 29, 2005
Question

using printf for UART

  • November 29, 2005
  • 3 replies
  • 801 views
Posted on November 29, 2005 at 11:47

using printf for UART

    This topic has been closed for replies.

    3 replies

    ezanen9Author
    Visitor II
    August 26, 2005
    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

    Visitor II
    November 29, 2005
    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,

    Visitor II
    November 29, 2005
    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.