Forum Discussion
Altera_Forum
Honored Contributor
16 years agostdout device issue
Hi, I've scoured the forums but have not found a thread which solved a similar problem I'm having (although threads discussing similar symptoms exist). I sincerely hope someone can point me in ...
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- small C library not support printf () --- Quote End --- The small C library does support printf. It just does not support floating point formatting and buffered I/O. If enabling reduced device drivers helps, I would guess the problem may have something to do with interrupts as the UART driver will use polling instead of interrupts when this option is used.