In a prior example I was working with, “Audio Record and Playback” I had to manually import a file names “syscalls.c” in order for the example to be able to printf to the discover board’s LCD. I am trying other examples that are similar, but when I import the sample code the LCD is not written to because the file syscalls.c or one of the functions in it is missing. So LCD_LOG_PUTCHAR is not defined and doesn’t point to anything.
in lcd_log_config.h:
#define LCD_LOG_PUTCHAR int __io_putchar(int ch)
Which file should be in the project and is the proper file to use here, instead of dragging syscalls.c in from an older example project?
I am not sure how that part works!