Propeller maximum I/O speeds?
phil11
Posts: 3
Taking advantage of the PLLX16 feature, is it possible to send a square wave in the 20 MHz range as an output? If so, would the program have to be written in assembly? Using a fairly simple Spin program, I don't get a signal if I try to send something at a speed·faster than 400 clock cycles (around 50KHz) using "XTAL1 + pll16x". I need a high speed signal to control a TLC5947 LED Driver.
Comments
If you want to "do something" more complex at high speed, you can do it in Spin up to about 20KHz, but you'll need assembly for higher frequencies.· For example, the Propeller can do asynchronous serial half duplex I/O at 19KBaud with one cog in Spin and full duplex in assembly up to around 230KBaud.