Forum Discussion
Altera_Forum
Honored Contributor
19 years agoIn such cases you shoud follow a standard debu procedure:
As far as I know (I may be wrong) the LCD SPC builder component is a PIO component with a seral interface driver. So you should: 1. try to access the PIO registers (read the components source especially headers) 2. write into the PIO output register (with outputs enabled) and with an oscilloscope (or a LED with a resistor if you do not have a lab) check if pins togle, this way you can be sure that the hardware is OK 3. now is time to check for software problems, you may place some debugging printf into the driver, so you can verify that the driver is actually used 4. ... IzI