Nios® V/II Embedded Design Suite (EDS)
Support for Embedded Development Tools, Processors (SoCs and Nios® V/II processor), Embedded Development Suites (EDSs), Boot and Configuration, Operating Systems, C and C++
12603 Discussions

LCD 16207 doesn't work with enabled reduced device drivers

Altera_Forum
Honored Contributor II
1,040 Views

Hello all,  

 

I want to show in the LCD the stdout withe the lcd 16207 ip. When I run the program withouth check enabled reduced device drivers, everything goes fine.  

 

The problem is that I need to check the enabled reduced device drivers (i have to do it) and then doesn't run. 

 

In the Optrex 16207 LCD Controller Core is written: 

The LCD controller drivers are not included in the system library when the  

Reduced device drivers option is enabled for the system library. If you want to use the LCD  

 

controller while using small drivers for other devices, add the preprocessor option— 

DALT_USE_LCD_16207 to the preprocessor options." 

 

I dont know where is this option, here there is a solution: http://www.alteraforum.com/forum/showthread.php?t=27095 but i cant find in the 13.13 

 

I am using a cyclone II development board. 

 

Thank you very much 

0 Kudos
1 Reply
Altera_Forum
Honored Contributor II
352 Views

I solved it. Just go to public.mk and add ALT_CPPFLAGS += -your_driver

0 Kudos
Reply