Altera_Forum
Honored Contributor
15 years agoUART 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 happy to access the registers directly but attempts to read the status register location always return a value of 0. Do I have to do something to allow direct access to the registers? Many thanks