From 334acfb87b9b4f8b89f95fd522184be34521aa74 Mon Sep 17 00:00:00 2001 From: jboone Date: Tue, 24 Apr 2012 13:46:42 -0700 Subject: [PATCH] Updated LPC4350 SGPIO Experimentation (markdown) --- LPC4350-SGPIO-Experimentation.md | 2 ++ 1 file changed, 2 insertions(+) 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