Altera_Forum
Honored Contributor
16 years agoProblem with QUARTUS II 9.1 SOPC & NIOS II character LCD
hello everyone…
I am attempting to get the Character LCD working with NIOS II control. According to the documentation if I have set it up correctly then a simple printf() statement will redirect to the Character LCD. I have a SOPC set up with a NIOS 2 Processor On-Chip memory (32K) RAM JTAG UART Character LCD Interval Timer (1ms) System ID peripheral The compilation de my system is good (89 warning), but I think my problem is the NIOS II programmation. My program NIOS is: #include <stdio.h> int main() { printf("Hello NIOS!\n"); return 0; } (kit Altera dev EP2C35F672c6 with QUARTUS 9.1 and NIOS II 9.1) I need your help, please is a project for my university, the information in the tutorials and manuels book etc… the use Character display not very specific Port555 :confused: