Forum Discussion

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

printf on Nios2 not working properly

Hi, I am working on a custom board with Nios2. I am facing a weird problem with printf. When I do any printf I am getting an inversed output. i.e. If I do printf("Hello World"); I get ...