Hi,
I'm trying to use
I've tried the guide on libc_customizing_putchar and got custom
Display All
I keep getting
.
Not sure what I'm doing wrong. I'm fairly new to embedded and C, sorry if I'm missing something obvious.
Any help or guidance to further reading even is greatly appreciated.
attaching a copy of my main.c
I'm trying to use
scanf
or scanf
like function to read USARTI've tried the guide on libc_customizing_putchar and got custom
uart3_printf
working. But I'm getting stuck while trying to create uart3_scanf
.Source Code
I keep getting
undefined symbol: __vfscanf
. If I check the definition of __vfscanf
in <__vfprintf.h>
int __vfscanf(__scanf_t *p, __MEMSPACE const unsigned char *fmt, ARGTYPE argv)
.
Not sure what I'm doing wrong. I'm fairly new to embedded and C, sorry if I'm missing something obvious.
Any help or guidance to further reading even is greatly appreciated.
attaching a copy of my main.c