Updated LPC4350 SGPIO Experimentation (markdown)

jboone
2012-04-24 13:46:42 -07:00
parent a74edd789e
commit 334acfb87b

@@ -61,6 +61,8 @@ You can also control SGPIO pins, GPIO-style, from within the SGPIO peripheral. T
for(i=0; i<1000; i++);
}
### Serializing Data With Slice Clock Source
My first full-on SGPIO experiment involved serializing a data pattern from slice A, using slice D to generate a SGPIO_CLK/2 data rate. I derived the code from examples that configured the SGPIO as I2S interfaces:
// Disable all counters during configuration