VGA Issue with Propeller Professional Development Board Rev A using P8X32A-D40 P1 chip
Hello all,
I am trying to run the PCMProp/Chapter_10/Source/prop_serial_slave_010.spin demo using the Propeller Professional Development Board Rev A (the schematic for it is https://www.mouser.com/datasheet/2/321/parallax_32111-ppdb-reva-schematic-1197376.pdf), but I'm having trouble getting the VGA driver to initialize. With this board I have to using jumper wires to connect the pins that go to the VGA input to the pins for the P1 chip. The schematic linked about does not show which P1 pins the VGA pins should go to so I based it off of the schematic for the Prop Demo Board using the P8X32A-Q44 P1 chip (https://www.robotshop.com/media/files/PDF/propeller-demo-board-schematic-32100.pdf). But this does not seem to be working correctly.
Has anyone else run into this issue or know if my assumption that the pin out for the two chips are identical is incorrect?
Thanks for the help,
Zach
Comments
In your spin code did you select the correct pin group.
Check this schematic, your links don't work
Like this
Make sure you have all resistors in line. Here is the demo board schematic:
So in my spin code I'd call that pin group 2, Prop pins 16 thru 23
Hi @DigitalBob and @Publison ,
Thank you both for the responses.
Pasted below is the snippet of demo code that I'm trying to use with the Prop. Prof. Dev. Board Rev. A (part number 32111). I only copied and pasted up to the point after the VGA is initialized. In this code the base pin is set to 23.
Also attached below is a picture of the pin out for the VGA input on the P1 Prop. Prof. Dev. Board Rev. A. I had initially thought that I would wire up my board the same way that the Prop Demo Board is wired up until I saw that the resistors were switched between them to a degree. For instance, R0 for my board has a 470 ohm resistor while R0 on the Prop Demo Board seems to show it having a 270 ohm resistor. So I had the R0 on my board to go to P22 instead of P23 so that the resistors between the two pin outs would match up. But I don't know if this causes an issue or if that means I have to change the base pin designation in the demo.
Try this tile driver originally written by some else. But it works petty good, I trimmed it down and rewrote the Demo object to keep it simple. I'm running it now so I know it works. My board just has 3 extra resistors to Vss.
I don't any of your objects in your program to test it out
Thank you @DigitalBob !
I'll try those demos out. I did end up getting the demo I was trying to work. But I'm still not completely sure what the issue was. When I went into the code and, on a whim, changed the basepin from 10111 to 00010111 to give it an 8 bit binary, I know they're both the number 23, that got the demo to work. But as a check to make sure that was indeed the fix, I switched it back to 10111 and it still worked...Now it works either way and I'm not having any issues. I'm not sure if putting the extra zeros in cleared some sort of artifact away or what, but it works now, and I've been able to successfully run other programs with VGA inputs.
Strange.
Great, I forgot about those Parallax AN004, AN005 GUI notes, running some now