Fyi: C3_vga_demo_010
getsmall
Posts: 1
The C3_VGA_DEMO_010.SPIN file from the ftp site (top object file for the C3 VGA unit test) wasn't working for me.
After doing a stare and compare between it and another test program from the same directory I noticed the following:
_clkmode = xtal2 + pll16x ' enable external clock and pll times 16
I changed it to:
_clkmode = xtal1 + pll16x ' enable external clock and pll times 16
Worked like a charm.
Can you please update the FTP site with the line in question?
This is my first forum post (anywhere in the universe), so if I'm getting the protocol wrong kindly point me in the right direction.
After doing a stare and compare between it and another test program from the same directory I noticed the following:
_clkmode = xtal2 + pll16x ' enable external clock and pll times 16
I changed it to:
_clkmode = xtal1 + pll16x ' enable external clock and pll times 16
Worked like a charm.
Can you please update the FTP site with the line in question?
This is my first forum post (anywhere in the universe), so if I'm getting the protocol wrong kindly point me in the right direction.