mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-15 11:50:25 +01:00
Updated LPC4350 SGPIO Experimentation (markdown)
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user