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
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,