Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
15 years ago

UART use with Small newlib C Library

I want to add a UART to a minimal resources system. Stdin/out are used by JTAG Uart. Is there any way to utilise the standard UART using HAL if fopen and similar are unavailable? I'm quite h...