diff --git a/LPC4350-SGPIO-Experimentation.md b/LPC4350-SGPIO-Experimentation.md index 680888b..3e9b454 100644 --- a/LPC4350-SGPIO-Experimentation.md +++ b/LPC4350-SGPIO-Experimentation.md @@ -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